New upstream version 6.6.1
authorStuart Prescott <stuart@debian.org>
Fri, 12 Jan 2024 03:39:00 +0000 (14:39 +1100)
committerStuart Prescott <stuart@debian.org>
Fri, 12 Jan 2024 03:39:00 +0000 (14:39 +1100)
commitcbcb78aa767e9d3dd23a872f63dd682e3ec716ed
tree08d9de2db5acbe83d52e69e39cc2cb5fb693e25f
parent865e8d29b599d4992063447fb8862f5cc37ccbc2
New upstream version 6.6.1
1940 files changed:
.QT-ENTERPRISE-LICENSE-AGREEMENT [new file with mode: 0644]
CMakeLists.txt
README.md
README.pyside6.md
README.pyside6_addons.md
README.pyside6_essentials.md
README.pyside6_examples.md [new file with mode: 0644]
README.shiboken6-generator.md
build_history/blacklist.txt
build_scripts/__init__.py [new file with mode: 0644]
build_scripts/build_info_collector.py
build_scripts/build_scripts.pyproject
build_scripts/config.py
build_scripts/log.py [new file with mode: 0644]
build_scripts/main.py
build_scripts/options.py
build_scripts/platforms/linux.py
build_scripts/platforms/macos.py
build_scripts/platforms/unix.py
build_scripts/platforms/windows_desktop.py
build_scripts/qp5_tool.py
build_scripts/qtinfo.py
build_scripts/setup_runner.py
build_scripts/utils.py
build_scripts/versions.py [deleted file]
build_scripts/wheel_files.py
build_scripts/wheel_override.py
build_scripts/wheel_utils.py
coin/dependencies.yaml
coin/instructions/common_environment.yaml
coin/instructions/execute_build_instructions.yaml
coin/instructions/execute_test_instructions.yaml
coin/module_config.yaml
coin_build_instructions.py
coin_test_instructions.py
create_wheels.py
doc/changelogs/changes-6.4.3 [new file with mode: 0644]
doc/changelogs/changes-6.5.0 [new file with mode: 0644]
doc/changelogs/changes-6.5.1 [new file with mode: 0644]
doc/changelogs/changes-6.5.2 [new file with mode: 0644]
doc/changelogs/changes-6.5.3 [new file with mode: 0644]
doc/changelogs/changes-6.6.0 [new file with mode: 0644]
doc/changelogs/changes-6.6.1 [new file with mode: 0644]
examples/async/eratosthenes/doc/eratosthenes.rst
examples/async/eratosthenes/eratosthenes_asyncio.py
examples/async/eratosthenes/eratosthenes_trio.py
examples/async/eratosthenes/requirements.txt [deleted file]
examples/async/eratosthenes/requirements_trio.txt [new file with mode: 0644]
examples/async/minimal/doc/minimal.rst
examples/async/minimal/minimal_asyncio.py
examples/async/minimal/minimal_trio.py
examples/async/minimal/requirements.txt [deleted file]
examples/async/minimal/requirements_trio.txt [new file with mode: 0644]
examples/bluetooth/btscanner/device.py
examples/bluetooth/btscanner/main.py
examples/bluetooth/btscanner/service.py
examples/bluetooth/heartrate_game/HeartRateGame/App.qml [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/BluetoothAlarmDialog.qml [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/BottomLine.qml [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/Connect.qml [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/GameButton.qml [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/GamePage.qml [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/GameSettings.qml [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/Main.qml [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/Measure.qml [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/SplashScreen.qml [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/Stats.qml [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/StatsLabel.qml [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/TitleBar.qml [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/images/bt_off_to_on.png [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/images/heart.png [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/images/logo.png [new file with mode: 0644]
examples/bluetooth/heartrate_game/HeartRateGame/qmldir [new file with mode: 0644]
examples/bluetooth/heartrate_game/connectionhandler.py
examples/bluetooth/heartrate_game/devicefinder.py
examples/bluetooth/heartrate_game/devicehandler.py
examples/bluetooth/heartrate_game/deviceinfo.py
examples/bluetooth/heartrate_game/heartrate_game.pyproject
examples/bluetooth/heartrate_game/heartrate_global.py
examples/bluetooth/heartrate_game/main.py
examples/bluetooth/heartrate_game/qml/App.qml [deleted file]
examples/bluetooth/heartrate_game/qml/BluetoothAlarmDialog.qml [deleted file]
examples/bluetooth/heartrate_game/qml/BottomLine.qml [deleted file]
examples/bluetooth/heartrate_game/qml/Connect.qml [deleted file]
examples/bluetooth/heartrate_game/qml/GameButton.qml [deleted file]
examples/bluetooth/heartrate_game/qml/GamePage.qml [deleted file]
examples/bluetooth/heartrate_game/qml/GameSettings.qml [deleted file]
examples/bluetooth/heartrate_game/qml/Measure.qml [deleted file]
examples/bluetooth/heartrate_game/qml/SplashScreen.qml [deleted file]
examples/bluetooth/heartrate_game/qml/Stats.qml [deleted file]
examples/bluetooth/heartrate_game/qml/StatsLabel.qml [deleted file]
examples/bluetooth/heartrate_game/qml/TitleBar.qml [deleted file]
examples/bluetooth/heartrate_game/qml/images/bt_off_to_on.png [deleted file]
examples/bluetooth/heartrate_game/qml/images/heart.png [deleted file]
examples/bluetooth/heartrate_game/qml/images/logo.png [deleted file]
examples/bluetooth/heartrate_game/qml/main.qml [deleted file]
examples/bluetooth/heartrate_game/qml/qmldir [deleted file]
examples/bluetooth/lowenergyscanner/Scanner/Characteristics.qml [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/Scanner/Devices.qml [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/Scanner/Dialog.qml [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/Scanner/Header.qml [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/Scanner/Label.qml [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/Scanner/Main.qml [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/Scanner/Menu.qml [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/Scanner/Services.qml [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/Scanner/assets/busy_dark.png [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/Scanner/qmldir [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/characteristicinfo.py [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/device.py [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/deviceinfo.py [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/doc/lowenergyscanner.png [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/doc/lowenergyscanner.rst [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/lowenergyscanner.pyproject [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/main.py [new file with mode: 0644]
examples/bluetooth/lowenergyscanner/serviceinfo.py [new file with mode: 0644]
examples/charts/audio/audio.py
examples/charts/chartthemes/README.md
examples/charts/chartthemes/main.py
examples/charts/donutbreakdown/donutbreakdown.py
examples/charts/pointconfiguration/chartwindow.py [new file with mode: 0644]
examples/charts/pointconfiguration/doc/pointconfiguration.png [new file with mode: 0644]
examples/charts/pointconfiguration/doc/pointconfiguration.rst [new file with mode: 0644]
examples/charts/pointconfiguration/pointconfiguration.py [new file with mode: 0644]
examples/charts/pointconfiguration/pointconfiguration.pyproject [new file with mode: 0644]
examples/charts/pointselectionandmarkers/doc/pointselectionandmarkers.rst
examples/charts/pointselectionandmarkers/pointselectionandmarkers.pyproject
examples/charts/qmlpolarchart/qmlpolarchart.py
examples/corelib/settingseditor/settingseditor.py
examples/datavisualization/graphgallery/axesinputhandler.py [new file with mode: 0644]
examples/datavisualization/graphgallery/bargraph.py [new file with mode: 0644]
examples/datavisualization/graphgallery/custominputhandler.py [new file with mode: 0644]
examples/datavisualization/graphgallery/data/layer_1.png [new file with mode: 0644]
examples/datavisualization/graphgallery/data/layer_2.png [new file with mode: 0644]
examples/datavisualization/graphgallery/data/layer_3.png [new file with mode: 0644]
examples/datavisualization/graphgallery/data/license.txt [new file with mode: 0644]
examples/datavisualization/graphgallery/data/maptexture.jpg [new file with mode: 0644]
examples/datavisualization/graphgallery/data/oilrig.obj [new file with mode: 0644]
examples/datavisualization/graphgallery/data/pipe.obj [new file with mode: 0644]
examples/datavisualization/graphgallery/data/raindata.txt [new file with mode: 0644]
examples/datavisualization/graphgallery/data/refinery.obj [new file with mode: 0644]
examples/datavisualization/graphgallery/data/topography.png [new file with mode: 0644]
examples/datavisualization/graphgallery/doc/graph_gallery.webp [new file with mode: 0644]
examples/datavisualization/graphgallery/doc/graphgallery.rst [new file with mode: 0644]
examples/datavisualization/graphgallery/graphgallery.pyproject [new file with mode: 0644]
examples/datavisualization/graphgallery/graphgallery.qrc [new file with mode: 0644]
examples/datavisualization/graphgallery/graphmodifier.py [new file with mode: 0644]
examples/datavisualization/graphgallery/highlightseries.py [new file with mode: 0644]
examples/datavisualization/graphgallery/main.py [new file with mode: 0644]
examples/datavisualization/graphgallery/rainfalldata.py [new file with mode: 0644]
examples/datavisualization/graphgallery/scatterdatamodifier.py [new file with mode: 0644]
examples/datavisualization/graphgallery/scattergraph.py [new file with mode: 0644]
examples/datavisualization/graphgallery/surfacegraph.py [new file with mode: 0644]
examples/datavisualization/graphgallery/surfacegraphmodifier.py [new file with mode: 0644]
examples/datavisualization/graphgallery/topographicseries.py [new file with mode: 0644]
examples/datavisualization/graphgallery/variantbardatamapping.py [new file with mode: 0644]
examples/datavisualization/graphgallery/variantbardataproxy.py [new file with mode: 0644]
examples/datavisualization/graphgallery/variantdataset.py [new file with mode: 0644]
examples/datavisualization/qmlsurfacegallery/datasource.py [new file with mode: 0644]
examples/datavisualization/qmlsurfacegallery/doc/qmlsurfacegallery.rst [new file with mode: 0644]
examples/datavisualization/qmlsurfacegallery/doc/qmlsurfacegallery.webp [new file with mode: 0644]
examples/datavisualization/qmlsurfacegallery/main.py [new file with mode: 0644]
examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SpectrogramData.qml [new file with mode: 0644]
examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SurfaceHeightMap.qml [new file with mode: 0644]
examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SurfaceOscilloscope.qml [new file with mode: 0644]
examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SurfaceSpectrogram.qml [new file with mode: 0644]
examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/heightmap.png [new file with mode: 0644]
examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/main.qml [new file with mode: 0644]
examples/datavisualization/qmlsurfacegallery/qmlsurfacegallery.pyproject [new file with mode: 0644]
examples/datavisualization/qmlsurfacegallery/qmlsurfacegallery.qrc [new file with mode: 0644]
examples/datavisualization/qmlsurfacegallery/rc_qmlsurfacegallery.py [new file with mode: 0644]
examples/datavisualization/surface_numpy/doc/surface_numpy.rst
examples/dbus/listnames/listnames.py
examples/dbus/pingpong/ping.py
examples/demos/documentviewer/abstractviewer.py [new file with mode: 0644]
examples/demos/documentviewer/doc/abstractviewer.py.rstinc [new file with mode: 0644]
examples/demos/documentviewer/doc/documentviewer.png [new file with mode: 0644]
examples/demos/documentviewer/doc/documentviewer.rst [new file with mode: 0644]
examples/demos/documentviewer/doc/jsonviewer.py.rstinc [new file with mode: 0644]
examples/demos/documentviewer/doc/mainwindow.py.rstinc [new file with mode: 0644]
examples/demos/documentviewer/doc/viewerfactory.py.rstinc [new file with mode: 0644]
examples/demos/documentviewer/documentviewer.pyproject [new file with mode: 0644]
examples/demos/documentviewer/documentviewer.qrc [new file with mode: 0644]
examples/demos/documentviewer/images/copy.png [new file with mode: 0644]
examples/demos/documentviewer/images/copy@2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/cut.png [new file with mode: 0644]
examples/demos/documentviewer/images/cut@2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/document-open-recent.svgz [new file with mode: 0644]
examples/demos/documentviewer/images/go-next-view-page.png [new file with mode: 0644]
examples/demos/documentviewer/images/go-next-view-page@2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/go-next-view.png [new file with mode: 0644]
examples/demos/documentviewer/images/go-next-view@2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/go-next.svgz [new file with mode: 0644]
examples/demos/documentviewer/images/go-previous-view-page.png [new file with mode: 0644]
examples/demos/documentviewer/images/go-previous-view-page@2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/go-previous-view.png [new file with mode: 0644]
examples/demos/documentviewer/images/go-previous-view@2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/go-previous.svgz [new file with mode: 0644]
examples/demos/documentviewer/images/help-about.svgz [new file with mode: 0644]
examples/demos/documentviewer/images/magnifier.png [new file with mode: 0644]
examples/demos/documentviewer/images/magnifier@2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/open.png [new file with mode: 0644]
examples/demos/documentviewer/images/open@2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/paste.png [new file with mode: 0644]
examples/demos/documentviewer/images/paste@2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/print.png [new file with mode: 0644]
examples/demos/documentviewer/images/print2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/qt-logo.png [new file with mode: 0644]
examples/demos/documentviewer/images/qt-logo@2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/zoom-fit-best.png [new file with mode: 0644]
examples/demos/documentviewer/images/zoom-fit-best@2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/zoom-fit-width.png [new file with mode: 0644]
examples/demos/documentviewer/images/zoom-fit-width@2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/zoom-in.png [new file with mode: 0644]
examples/demos/documentviewer/images/zoom-in@2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/zoom-original.png [new file with mode: 0644]
examples/demos/documentviewer/images/zoom-original@2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/zoom-out.png [new file with mode: 0644]
examples/demos/documentviewer/images/zoom-out@2x.png [new file with mode: 0644]
examples/demos/documentviewer/images/zoom-previous.png [new file with mode: 0644]
examples/demos/documentviewer/images/zoom-previous@2x.png [new file with mode: 0644]
examples/demos/documentviewer/jsonviewer/jsonviewer.py [new file with mode: 0644]
examples/demos/documentviewer/main.py [new file with mode: 0644]
examples/demos/documentviewer/mainwindow.py [new file with mode: 0644]
examples/demos/documentviewer/mainwindow.ui [new file with mode: 0644]
examples/demos/documentviewer/pdfviewer/pdfviewer.py [new file with mode: 0644]
examples/demos/documentviewer/pdfviewer/zoomselector.py [new file with mode: 0644]
examples/demos/documentviewer/rc_documentviewer.py [new file with mode: 0644]
examples/demos/documentviewer/recentfilemenu.py [new file with mode: 0644]
examples/demos/documentviewer/recentfiles.py [new file with mode: 0644]
examples/demos/documentviewer/txtviewer/txtviewer.py [new file with mode: 0644]
examples/demos/documentviewer/ui_mainwindow.py [new file with mode: 0644]
examples/demos/documentviewer/viewerfactory.py [new file with mode: 0644]
examples/designer/taskmenuextension/tictactoe.py
examples/designer/taskmenuextension/tictactoeplugin.py
examples/designer/taskmenuextension/tictactoetaskmenu.py
examples/examples.pyproject
examples/external/matplotlib/widget3d/widget3d.py
examples/external/matplotlib/widget_gaussian/widget_gaussian.py
examples/external/networkx/doc/networkx.rst
examples/graphs/minimalsurfacegraph/doc/minimalsurfacegraph.rst [new file with mode: 0644]
examples/graphs/minimalsurfacegraph/main.py [new file with mode: 0644]
examples/graphs/widgetgallery/axesinputhandler.py [new file with mode: 0644]
examples/graphs/widgetgallery/bargraph.py [new file with mode: 0644]
examples/graphs/widgetgallery/custominputhandler.py [new file with mode: 0644]
examples/graphs/widgetgallery/data/layer_1.png [new file with mode: 0644]
examples/graphs/widgetgallery/data/layer_2.png [new file with mode: 0644]
examples/graphs/widgetgallery/data/layer_3.png [new file with mode: 0644]
examples/graphs/widgetgallery/data/license.txt [new file with mode: 0644]
examples/graphs/widgetgallery/data/maptexture.jpg [new file with mode: 0644]
examples/graphs/widgetgallery/data/narrowarrow.mesh [new file with mode: 0644]
examples/graphs/widgetgallery/data/oilrig.mesh [new file with mode: 0644]
examples/graphs/widgetgallery/data/pipe.mesh [new file with mode: 0644]
examples/graphs/widgetgallery/data/raindata.txt [new file with mode: 0644]
examples/graphs/widgetgallery/data/refinery.mesh [new file with mode: 0644]
examples/graphs/widgetgallery/data/topography.png [new file with mode: 0644]
examples/graphs/widgetgallery/doc/widgetgallery.rst [new file with mode: 0644]
examples/graphs/widgetgallery/doc/widgetgallery.webp [new file with mode: 0644]
examples/graphs/widgetgallery/graphmodifier.py [new file with mode: 0644]
examples/graphs/widgetgallery/highlightseries.py [new file with mode: 0644]
examples/graphs/widgetgallery/main.py [new file with mode: 0644]
examples/graphs/widgetgallery/rainfalldata.py [new file with mode: 0644]
examples/graphs/widgetgallery/scatterdatamodifier.py [new file with mode: 0644]
examples/graphs/widgetgallery/scattergraph.py [new file with mode: 0644]
examples/graphs/widgetgallery/surfacegraph.py [new file with mode: 0644]
examples/graphs/widgetgallery/surfacegraphmodifier.py [new file with mode: 0644]
examples/graphs/widgetgallery/topographicseries.py [new file with mode: 0644]
examples/graphs/widgetgallery/variantbardatamapping.py [new file with mode: 0644]
examples/graphs/widgetgallery/variantbardataproxy.py [new file with mode: 0644]
examples/graphs/widgetgallery/variantdataset.py [new file with mode: 0644]
examples/graphs/widgetgallery/widgetgallery.pyproject [new file with mode: 0644]
examples/gui/analogclock/main.py
examples/gui/rhiwindow/doc/rhiwindow.rst [new file with mode: 0644]
examples/gui/rhiwindow/doc/rhiwindow.webp [new file with mode: 0644]
examples/gui/rhiwindow/main.py [new file with mode: 0644]
examples/gui/rhiwindow/rc_rhiwindow.py [new file with mode: 0644]
examples/gui/rhiwindow/rhiwindow.py [new file with mode: 0644]
examples/gui/rhiwindow/rhiwindow.pyproject [new file with mode: 0644]
examples/gui/rhiwindow/rhiwindow.qrc [new file with mode: 0644]
examples/gui/rhiwindow/shaders/color.frag [new file with mode: 0644]
examples/gui/rhiwindow/shaders/color.vert [new file with mode: 0644]
examples/gui/rhiwindow/shaders/prebuilt/color.frag.qsb [new file with mode: 0644]
examples/gui/rhiwindow/shaders/prebuilt/color.vert.qsb [new file with mode: 0644]
examples/gui/rhiwindow/shaders/prebuilt/quad.frag.qsb [new file with mode: 0644]
examples/gui/rhiwindow/shaders/prebuilt/quad.vert.qsb [new file with mode: 0644]
examples/gui/rhiwindow/shaders/quad.frag [new file with mode: 0644]
examples/gui/rhiwindow/shaders/quad.vert [new file with mode: 0644]
examples/installer_test/hello.py
examples/location/mapviewer/MapViewer/Main.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/forms/Geocode.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/forms/GeocodeForm.ui.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/forms/Locale.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/forms/LocaleForm.ui.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/forms/Message.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/forms/MessageForm.ui.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/forms/ReverseGeocode.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/forms/ReverseGeocodeForm.ui.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/forms/RouteAddress.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/forms/RouteAddressForm.ui.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/forms/RouteCoordinate.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/forms/RouteCoordinateForm.ui.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/forms/RouteList.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/forms/RouteListDelegate.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/forms/RouteListHeader.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/helper.js [new file with mode: 0644]
examples/location/mapviewer/MapViewer/map/MapComponent.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/map/MapSliders.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/map/Marker.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/map/MiniMap.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/menus/ItemPopupMenu.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/menus/MainMenu.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/menus/MapPopupMenu.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/menus/MarkerPopupMenu.qml [new file with mode: 0644]
examples/location/mapviewer/MapViewer/qmldir [new file with mode: 0644]
examples/location/mapviewer/MapViewer/resources/marker.png [new file with mode: 0644]
examples/location/mapviewer/MapViewer/resources/marker_blue.png [new file with mode: 0644]
examples/location/mapviewer/MapViewer/resources/scale.png [new file with mode: 0644]
examples/location/mapviewer/MapViewer/resources/scale_end.png [new file with mode: 0644]
examples/location/mapviewer/doc/mapviewer.rst [new file with mode: 0644]
examples/location/mapviewer/doc/mapviewer.webp [new file with mode: 0644]
examples/location/mapviewer/main.py [new file with mode: 0644]
examples/location/mapviewer/mapviewer.pyproject [new file with mode: 0644]
examples/macextras/macpasteboardmime/macpasteboardmime.py [deleted file]
examples/macextras/macpasteboardmime/macpasteboardmime.pyproject [deleted file]
examples/multimedia/audiooutput/audiooutput.py
examples/multimedia/audiosource/audiosource.py
examples/multimedia/camera/camera.py
examples/multimedia/camera/camera.pyproject
examples/multimedia/camera/camera.ui [new file with mode: 0644]
examples/multimedia/camera/camera_mobile.ui [new file with mode: 0644]
examples/multimedia/camera/doc/camera.png [deleted file]
examples/multimedia/camera/doc/camera.rst
examples/multimedia/camera/doc/camera.webp [new file with mode: 0644]
examples/multimedia/camera/imagesettings.py [new file with mode: 0644]
examples/multimedia/camera/imagesettings.ui [new file with mode: 0644]
examples/multimedia/camera/main.py [new file with mode: 0644]
examples/multimedia/camera/metadatadialog.py [new file with mode: 0644]
examples/multimedia/camera/ui_camera.py [new file with mode: 0644]
examples/multimedia/camera/ui_camera_mobile.py [new file with mode: 0644]
examples/multimedia/camera/ui_imagesettings.py [new file with mode: 0644]
examples/multimedia/camera/ui_videosettings.py [new file with mode: 0644]
examples/multimedia/camera/ui_videosettings_mobile.py [new file with mode: 0644]
examples/multimedia/camera/videosettings.py [new file with mode: 0644]
examples/multimedia/camera/videosettings.ui [new file with mode: 0644]
examples/multimedia/camera/videosettings_mobile.ui [new file with mode: 0644]
examples/multimedia/player/player.py
examples/multimedia/screencapture/doc/screencapture.rst [new file with mode: 0644]
examples/multimedia/screencapture/doc/screencapture.webp [new file with mode: 0644]
examples/multimedia/screencapture/main.py [new file with mode: 0644]
examples/multimedia/screencapture/screencapture.pyproject [new file with mode: 0644]
examples/multimedia/screencapture/screencapturepreview.py [new file with mode: 0644]
examples/multimedia/screencapture/screenlistmodel.py [new file with mode: 0644]
examples/multimedia/screencapture/windowlistmodel.py [new file with mode: 0644]
examples/network/fortuneclient/fortuneclient.py
examples/network/fortuneserver/fortuneserver.py
examples/opengl/hellogl2/doc/hellogl2.rst
examples/opengl/hellogl2/glwidget.py [new file with mode: 0644]
examples/opengl/hellogl2/hellogl2.py [deleted file]
examples/opengl/hellogl2/hellogl2.pyproject
examples/opengl/hellogl2/logo.py [new file with mode: 0644]
examples/opengl/hellogl2/main.py [new file with mode: 0644]
examples/opengl/hellogl2/mainwindow.py [new file with mode: 0644]
examples/opengl/hellogl2/window.py [new file with mode: 0644]
examples/opengl/textures/textures.pyproject
examples/qml/editingmodel/doc/editingmodel.rst
examples/qml/referenceexamples/adding/adding.pyproject [deleted file]
examples/qml/referenceexamples/adding/doc/adding.rst [deleted file]
examples/qml/referenceexamples/adding/example.qml [deleted file]
examples/qml/referenceexamples/adding/main.py [deleted file]
examples/qml/referenceexamples/adding/person.py [deleted file]
examples/qml/referenceexamples/attached/attached.pyproject [deleted file]
examples/qml/referenceexamples/attached/birthdayparty.py [deleted file]
examples/qml/referenceexamples/attached/doc/attached.rst [deleted file]
examples/qml/referenceexamples/attached/example.qml [deleted file]
examples/qml/referenceexamples/attached/main.py [deleted file]
examples/qml/referenceexamples/attached/person.py [deleted file]
examples/qml/referenceexamples/binding/binding.pyproject [deleted file]
examples/qml/referenceexamples/binding/birthdayparty.py [deleted file]
examples/qml/referenceexamples/binding/doc/binding.rst [deleted file]
examples/qml/referenceexamples/binding/example.qml [deleted file]
examples/qml/referenceexamples/binding/happybirthdaysong.py [deleted file]
examples/qml/referenceexamples/binding/main.py [deleted file]
examples/qml/referenceexamples/binding/person.py [deleted file]
examples/qml/referenceexamples/coercion/birthdayparty.py [deleted file]
examples/qml/referenceexamples/coercion/coercion.pyproject [deleted file]
examples/qml/referenceexamples/coercion/doc/coercion.rst [deleted file]
examples/qml/referenceexamples/coercion/example.qml [deleted file]
examples/qml/referenceexamples/coercion/main.py [deleted file]
examples/qml/referenceexamples/coercion/person.py [deleted file]
examples/qml/referenceexamples/default/birthdayparty.py [deleted file]
examples/qml/referenceexamples/default/default.pyproject [deleted file]
examples/qml/referenceexamples/default/doc/default.rst [deleted file]
examples/qml/referenceexamples/default/example.qml [deleted file]
examples/qml/referenceexamples/default/main.py [deleted file]
examples/qml/referenceexamples/default/person.py [deleted file]
examples/qml/referenceexamples/extended/doc/extended.rst [deleted file]
examples/qml/referenceexamples/extended/example.qml [deleted file]
examples/qml/referenceexamples/extended/extended.pyproject [deleted file]
examples/qml/referenceexamples/extended/main.py [deleted file]
examples/qml/referenceexamples/grouped/birthdayparty.py [deleted file]
examples/qml/referenceexamples/grouped/doc/grouped.rst [deleted file]
examples/qml/referenceexamples/grouped/example.qml [deleted file]
examples/qml/referenceexamples/grouped/grouped.pyproject [deleted file]
examples/qml/referenceexamples/grouped/main.py [deleted file]
examples/qml/referenceexamples/grouped/person.py [deleted file]
examples/qml/referenceexamples/methods/birthdayparty.py [deleted file]
examples/qml/referenceexamples/methods/doc/methods.rst [deleted file]
examples/qml/referenceexamples/methods/example.qml [deleted file]
examples/qml/referenceexamples/methods/main.py [deleted file]
examples/qml/referenceexamples/methods/methods.pyproject [deleted file]
examples/qml/referenceexamples/methods/person.py [deleted file]
examples/qml/referenceexamples/properties/birthdayparty.py [deleted file]
examples/qml/referenceexamples/properties/doc/properties.rst [deleted file]
examples/qml/referenceexamples/properties/example.qml [deleted file]
examples/qml/referenceexamples/properties/main.py [deleted file]
examples/qml/referenceexamples/properties/person.py [deleted file]
examples/qml/referenceexamples/properties/properties.pyproject [deleted file]
examples/qml/referenceexamples/valuesource/birthdayparty.py [deleted file]
examples/qml/referenceexamples/valuesource/doc/valuesource.rst [deleted file]
examples/qml/referenceexamples/valuesource/example.qml [deleted file]
examples/qml/referenceexamples/valuesource/happybirthdaysong.py [deleted file]
examples/qml/referenceexamples/valuesource/main.py [deleted file]
examples/qml/referenceexamples/valuesource/person.py [deleted file]
examples/qml/referenceexamples/valuesource/valuesource.pyproject [deleted file]
examples/qml/tutorials/extending-qml-advanced/adding/People/Main.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/adding/People/qmldir [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/adding/adding.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/adding/doc/adding.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/adding/main.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/adding/person.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/People/Main.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/People/qmldir [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/advanced1-Base-project.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/birthdayparty.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/doc/advanced1-Base-project.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/main.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/person.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/People/Main.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/People/qmldir [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/advanced2-Inheritance-and-coercion.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/birthdayparty.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/doc/advanced2-Inheritance-and-coercion.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/main.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/person.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/People/Main.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/People/qmldir [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/advanced3-Default-properties.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/birthdayparty.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/doc/advanced3-Default-properties.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/main.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/person.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/People/Main.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/People/qmldir [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/advanced4-Grouped-properties.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/birthdayparty.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/doc/advanced4-Grouped-properties.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/main.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/person.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/People/Main.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/People/qmldir [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/advanced5-Attached-properties.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/birthdayparty.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/doc/advanced5-Attached-properties.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/main.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/person.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/People/Main.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/People/qmldir [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/advanced6-Property-value-source.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/birthdayparty.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/doc/advanced6-Property-value-source.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/happybirthdaysong.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/main.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/person.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/binding/People/Main.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/binding/People/qmldir [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/binding/binding.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/binding/birthdayparty.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/binding/doc/binding.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/binding/happybirthdaysong.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/binding/main.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/binding/person.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/extended/doc/extended.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/extended/example.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/extended/extended.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/extended/main.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/methods/People/Main.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/methods/People/qmldir [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/methods/birthdayparty.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/methods/doc/methods.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/methods/main.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/methods/methods.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/methods/person.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/properties/People/Main.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/properties/People/qmldir [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/properties/birthdayparty.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/properties/doc/properties.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/properties/main.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/properties/person.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml-advanced/properties/properties.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter1-basics/app.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter1-basics/basics.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter1-basics/doc/chapter1-basics.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter2-methods/app.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter2-methods/chapter2-methods.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter2-methods/doc/chapter2-methods.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter2-methods/methods.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter3-bindings/app.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter3-bindings/bindings.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter3-bindings/chapter3-bindings.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter3-bindings/doc/chapter3-bindings.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/app.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/customPropertyTypes.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/doc/chapter4-customPropertyTypes.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter5-listproperties/app.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter5-listproperties/doc/chapter5-listproperties.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter5-listproperties/listproperties.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/piechart.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/pieslice.py [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/plugins.png [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter6-plugins/app.qml [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pyproject [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter6-plugins/doc/chapter6-plugins.rst [new file with mode: 0644]
examples/qml/tutorials/extending-qml/chapter6-plugins/doc/plugins.png [new file with mode: 0644]
examples/qml/tutorials/extending/chapter1-basics/app.qml [deleted file]
examples/qml/tutorials/extending/chapter1-basics/basics.py [deleted file]
examples/qml/tutorials/extending/chapter1-basics/chapter1-basics.pyproject [deleted file]
examples/qml/tutorials/extending/chapter2-methods/app.qml [deleted file]
examples/qml/tutorials/extending/chapter2-methods/chapter2-methods.pyproject [deleted file]
examples/qml/tutorials/extending/chapter2-methods/methods.py [deleted file]
examples/qml/tutorials/extending/chapter3-bindings/app.qml [deleted file]
examples/qml/tutorials/extending/chapter3-bindings/bindings.py [deleted file]
examples/qml/tutorials/extending/chapter3-bindings/chapter3-bindings.pyproject [deleted file]
examples/qml/tutorials/extending/chapter4-customPropertyTypes/app.qml [deleted file]
examples/qml/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pyproject [deleted file]
examples/qml/tutorials/extending/chapter4-customPropertyTypes/customPropertyTypes.py [deleted file]
examples/qml/tutorials/extending/chapter5-listproperties/app.qml [deleted file]
examples/qml/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pyproject [deleted file]
examples/qml/tutorials/extending/chapter5-listproperties/listproperties.py [deleted file]
examples/qml/tutorials/extending/chapter6-plugins/Charts/piechart.py [deleted file]
examples/qml/tutorials/extending/chapter6-plugins/Charts/pieslice.py [deleted file]
examples/qml/tutorials/extending/chapter6-plugins/Charts/plugins.png [deleted file]
examples/qml/tutorials/extending/chapter6-plugins/app.qml [deleted file]
examples/qml/tutorials/extending/chapter6-plugins/chapter6-plugins.pyproject [deleted file]
examples/qml/tutorials/extending/chapter6-plugins/doc/chapter6-plugins.rst [deleted file]
examples/qml/tutorials/extending/chapter6-plugins/doc/plugins.png [deleted file]
examples/quick/painteditem/painteditem.py
examples/quick/rendercontrol/rendercontrol_opengl/cuberenderer.py
examples/quick/rendercontrol/rendercontrol_opengl/demo.qml
examples/quick/rendercontrol/rendercontrol_opengl/window_singlethreaded.py
examples/quick/scenegraph/openglunderqml/squirclerenderer.py
examples/quick/scenegraph/scenegraph_customgeometry/doc/scenegraph_customgeometry.rst [new file with mode: 0644]
examples/quick/scenegraph/scenegraph_customgeometry/main.py [new file with mode: 0644]
examples/quick/scenegraph/scenegraph_customgeometry/main.qml [new file with mode: 0644]
examples/quick/scenegraph/scenegraph_customgeometry/scenegraph_customgeometry.pyproject [new file with mode: 0644]
examples/quick/shared/Button.qml
examples/quick/shared/CheckBox.qml
examples/quick/shared/FlickrRssModel.qml
examples/quick/shared/Label.qml
examples/quick/shared/LauncherList.qml
examples/quick/shared/SimpleLauncherDelegate.qml
examples/quick/shared/Slider.qml
examples/quick/shared/TabSet.qml
examples/quick/shared/TextField.qml
examples/quick/shared/images/qt-logo.png
examples/quick/shared/shared_rc.py
examples/quick/window/doc/window.rst
examples/quick/window/main.py
examples/quick/window/rc_window.py [new file with mode: 0644]
examples/quick/window/window.pyproject
examples/quick/window/window_rc.py [deleted file]
examples/quick3d/proceduraltexture/ProceduralTextureModule/Main.qml [new file with mode: 0644]
examples/quick3d/proceduraltexture/ProceduralTextureModule/app.qrc [new file with mode: 0644]
examples/quick3d/proceduraltexture/ProceduralTextureModule/qmldir [new file with mode: 0644]
examples/quick3d/proceduraltexture/doc/proceduraltexture-example.webp [new file with mode: 0644]
examples/quick3d/proceduraltexture/doc/proceduraltexture.rst [new file with mode: 0644]
examples/quick3d/proceduraltexture/gradienttexture.py [new file with mode: 0644]
examples/quick3d/proceduraltexture/main.py [new file with mode: 0644]
examples/quick3d/proceduraltexture/proceduraltexture.pyproject [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/app.qrc [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/icons.qrc [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/folder_closed.svg [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/folder_open.svg [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/generic_file.svg [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/globe.svg [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/info_sign.svg [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/light_bulb.svg [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/qt_logo.svg [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/read.svg [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/resize.svg [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/About.qml [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/Colors.qml [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/FileSystemView.qml [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/Icon.qml [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/MyMenu.qml [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/MyMenuBar.qml [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/ResizeButton.qml [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/Sidebar.qml [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/WindowDragHandler.qml [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/qmldir [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/doc/filesystemexplorer.rst [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/doc/filesystemexplorer.webp [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/filesystemexplorer.py [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/filesystemexplorer.pyproject [new file with mode: 0644]
examples/quickcontrols/gallery/+Material/ToolBar.qml [new file with mode: 0644]
examples/quickcontrols/gallery/ToolBar.qml [new file with mode: 0644]
examples/quickcontrols/gallery/doc/gallery.png [new file with mode: 0644]
examples/quickcontrols/gallery/doc/gallery.rst [new file with mode: 0644]
examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-drawer.png [new file with mode: 0644]
examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-menu.png [new file with mode: 0644]
examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-welcome.png [new file with mode: 0644]
examples/quickcontrols/gallery/gallery.py [new file with mode: 0644]
examples/quickcontrols/gallery/gallery.pyproject [new file with mode: 0644]
examples/quickcontrols/gallery/gallery.qml [new file with mode: 0644]
examples/quickcontrols/gallery/gallery.qrc [new file with mode: 0644]
examples/quickcontrols/gallery/icons/gallery/20x20/back.png [new file with mode: 0644]
examples/quickcontrols/gallery/icons/gallery/20x20/drawer.png [new file with mode: 0644]
examples/quickcontrols/gallery/icons/gallery/20x20/menu.png [new file with mode: 0644]
examples/quickcontrols/gallery/icons/gallery/20x20@2/back.png [new file with mode: 0644]
examples/quickcontrols/gallery/icons/gallery/20x20@2/drawer.png [new file with mode: 0644]
examples/quickcontrols/gallery/icons/gallery/20x20@2/menu.png [new file with mode: 0644]
examples/quickcontrols/gallery/icons/gallery/20x20@3/back.png [new file with mode: 0644]
examples/quickcontrols/gallery/icons/gallery/20x20@3/drawer.png [new file with mode: 0644]
examples/quickcontrols/gallery/icons/gallery/20x20@3/menu.png [new file with mode: 0644]
examples/quickcontrols/gallery/icons/gallery/20x20@4/back.png [new file with mode: 0644]
examples/quickcontrols/gallery/icons/gallery/20x20@4/drawer.png [new file with mode: 0644]
examples/quickcontrols/gallery/icons/gallery/20x20@4/menu.png [new file with mode: 0644]
examples/quickcontrols/gallery/icons/gallery/index.theme [new file with mode: 0644]
examples/quickcontrols/gallery/images/arrow.png [new file with mode: 0644]
examples/quickcontrols/gallery/images/arrow@2x.png [new file with mode: 0644]
examples/quickcontrols/gallery/images/arrow@3x.png [new file with mode: 0644]
examples/quickcontrols/gallery/images/arrow@4x.png [new file with mode: 0644]
examples/quickcontrols/gallery/images/arrows.png [new file with mode: 0644]
examples/quickcontrols/gallery/images/arrows@2x.png [new file with mode: 0644]
examples/quickcontrols/gallery/images/arrows@3x.png [new file with mode: 0644]
examples/quickcontrols/gallery/images/arrows@4x.png [new file with mode: 0644]
examples/quickcontrols/gallery/images/qt-logo.png [new file with mode: 0644]
examples/quickcontrols/gallery/images/qt-logo@2x.png [new file with mode: 0644]
examples/quickcontrols/gallery/images/qt-logo@3x.png [new file with mode: 0644]
examples/quickcontrols/gallery/images/qt-logo@4x.png [new file with mode: 0644]
examples/quickcontrols/gallery/pages/BusyIndicatorPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/ButtonPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/CheckBoxPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/ComboBoxPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/DelayButtonPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/DelegatePage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/DialPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/DialogPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/FramePage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/GroupBoxPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/PageIndicatorPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/ProgressBarPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/RadioButtonPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/RangeSliderPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/ScrollBarPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/ScrollIndicatorPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/ScrollablePage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/SliderPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/SpinBoxPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/StackViewPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/SwipeViewPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/SwitchPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/TabBarPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/TextAreaPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/TextFieldPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/ToolTipPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/pages/TumblerPage.qml [new file with mode: 0644]
examples/quickcontrols/gallery/qmldir [new file with mode: 0644]
examples/quickcontrols/gallery/qtquickcontrols2.conf [new file with mode: 0644]
examples/quickcontrols/gallery/rc_gallery.py [new file with mode: 0644]
examples/quickcontrols2/gallery/+Material/ToolBar.qml [deleted file]
examples/quickcontrols2/gallery/ToolBar.qml [deleted file]
examples/quickcontrols2/gallery/doc/gallery.png [deleted file]
examples/quickcontrols2/gallery/doc/gallery.rst [deleted file]
examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-drawer.png [deleted file]
examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-menu.png [deleted file]
examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-welcome.png [deleted file]
examples/quickcontrols2/gallery/gallery.py [deleted file]
examples/quickcontrols2/gallery/gallery.pyproject [deleted file]
examples/quickcontrols2/gallery/gallery.qml [deleted file]
examples/quickcontrols2/gallery/gallery.qrc [deleted file]
examples/quickcontrols2/gallery/icons/gallery/20x20/back.png [deleted file]
examples/quickcontrols2/gallery/icons/gallery/20x20/drawer.png [deleted file]
examples/quickcontrols2/gallery/icons/gallery/20x20/menu.png [deleted file]
examples/quickcontrols2/gallery/icons/gallery/20x20@2/back.png [deleted file]
examples/quickcontrols2/gallery/icons/gallery/20x20@2/drawer.png [deleted file]
examples/quickcontrols2/gallery/icons/gallery/20x20@2/menu.png [deleted file]
examples/quickcontrols2/gallery/icons/gallery/20x20@3/back.png [deleted file]
examples/quickcontrols2/gallery/icons/gallery/20x20@3/drawer.png [deleted file]
examples/quickcontrols2/gallery/icons/gallery/20x20@3/menu.png [deleted file]
examples/quickcontrols2/gallery/icons/gallery/20x20@4/back.png [deleted file]
examples/quickcontrols2/gallery/icons/gallery/20x20@4/drawer.png [deleted file]
examples/quickcontrols2/gallery/icons/gallery/20x20@4/menu.png [deleted file]
examples/quickcontrols2/gallery/icons/gallery/index.theme [deleted file]
examples/quickcontrols2/gallery/images/arrow.png [deleted file]
examples/quickcontrols2/gallery/images/arrow@2x.png [deleted file]
examples/quickcontrols2/gallery/images/arrow@3x.png [deleted file]
examples/quickcontrols2/gallery/images/arrow@4x.png [deleted file]
examples/quickcontrols2/gallery/images/arrows.png [deleted file]
examples/quickcontrols2/gallery/images/arrows@2x.png [deleted file]
examples/quickcontrols2/gallery/images/arrows@3x.png [deleted file]
examples/quickcontrols2/gallery/images/arrows@4x.png [deleted file]
examples/quickcontrols2/gallery/images/qt-logo.png [deleted file]
examples/quickcontrols2/gallery/images/qt-logo@2x.png [deleted file]
examples/quickcontrols2/gallery/images/qt-logo@3x.png [deleted file]
examples/quickcontrols2/gallery/images/qt-logo@4x.png [deleted file]
examples/quickcontrols2/gallery/pages/BusyIndicatorPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/ButtonPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/CheckBoxPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/ComboBoxPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/DelayButtonPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/DelegatePage.qml [deleted file]
examples/quickcontrols2/gallery/pages/DialPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/DialogPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/FramePage.qml [deleted file]
examples/quickcontrols2/gallery/pages/GroupBoxPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/PageIndicatorPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/ProgressBarPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/RadioButtonPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/RangeSliderPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/ScrollBarPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/ScrollIndicatorPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/ScrollablePage.qml [deleted file]
examples/quickcontrols2/gallery/pages/SliderPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/SpinBoxPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/StackViewPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/SwipeViewPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/SwitchPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/TabBarPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/TextAreaPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/TextFieldPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/ToolTipPage.qml [deleted file]
examples/quickcontrols2/gallery/pages/TumblerPage.qml [deleted file]
examples/quickcontrols2/gallery/qmldir [deleted file]
examples/quickcontrols2/gallery/qtquickcontrols2.conf [deleted file]
examples/quickcontrols2/gallery/rc_gallery.py [deleted file]
examples/samplebinding/CMakeLists.txt
examples/samplebinding/doc/bindings.h.rstinc [new file with mode: 0644]
examples/samplebinding/doc/bindings.xml.rstinc [new file with mode: 0644]
examples/samplebinding/doc/samplebinding.pyproject
examples/samplebinding/doc/samplebinding.rst
examples/scriptableapplication/CMakeLists.txt
examples/scriptableapplication/mainwindow.cpp
examples/scriptableapplication/mainwindow.h
examples/scriptableapplication/pythonutils.cpp
examples/scriptableapplication/pythonutils.h
examples/serialbus/can/bitratebox.py [new file with mode: 0644]
examples/serialbus/can/can.pyproject [new file with mode: 0644]
examples/serialbus/can/can.qrc [new file with mode: 0644]
examples/serialbus/can/canbusdeviceinfobox.py [new file with mode: 0644]
examples/serialbus/can/canbusdeviceinfobox.ui [new file with mode: 0644]
examples/serialbus/can/canbusdeviceinfodialog.py [new file with mode: 0644]
examples/serialbus/can/canbusdeviceinfodialog.ui [new file with mode: 0644]
examples/serialbus/can/connectdialog.py [new file with mode: 0644]
examples/serialbus/can/connectdialog.ui [new file with mode: 0644]
examples/serialbus/can/doc/can.rst [new file with mode: 0644]
examples/serialbus/can/images/application-exit.png [new file with mode: 0644]
examples/serialbus/can/images/clear.png [new file with mode: 0644]
examples/serialbus/can/images/connect.png [new file with mode: 0644]
examples/serialbus/can/images/disconnect.png [new file with mode: 0644]
examples/serialbus/can/main.py [new file with mode: 0644]
examples/serialbus/can/mainwindow.py [new file with mode: 0644]
examples/serialbus/can/mainwindow.ui [new file with mode: 0644]
examples/serialbus/can/rc_can.py [new file with mode: 0644]
examples/serialbus/can/receivedframesmodel.py [new file with mode: 0644]
examples/serialbus/can/receivedframesview.py [new file with mode: 0644]
examples/serialbus/can/sendframebox.py [new file with mode: 0644]
examples/serialbus/can/sendframebox.ui [new file with mode: 0644]
examples/serialbus/can/ui_canbusdeviceinfobox.py [new file with mode: 0644]
examples/serialbus/can/ui_canbusdeviceinfodialog.py [new file with mode: 0644]
examples/serialbus/can/ui_connectdialog.py [new file with mode: 0644]
examples/serialbus/can/ui_mainwindow.py [new file with mode: 0644]
examples/serialbus/can/ui_sendframebox.py [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/doc/modbusclient.rst [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/images/application-exit.png [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/images/connect.png [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/images/disconnect.png [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/images/settings.png [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/main.py [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/mainwindow.py [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/mainwindow.ui [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/modbusclient.pyproject [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/modbusclient.qrc [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/rc_modbusclient.py [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/settingsdialog.py [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/settingsdialog.ui [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/ui_mainwindow.py [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/ui_settingsdialog.py [new file with mode: 0644]
examples/serialbus/modbus/modbusclient/writeregistermodel.py [new file with mode: 0644]
examples/speech/hello_speak/doc/hello_speak.rst [new file with mode: 0644]
examples/speech/hello_speak/doc/hello_speak.webp [new file with mode: 0644]
examples/speech/hello_speak/hello_speak.pyproject [new file with mode: 0644]
examples/speech/hello_speak/main.py [new file with mode: 0644]
examples/speech/hello_speak/mainwindow.py [new file with mode: 0644]
examples/speech/hello_speak/mainwindow.ui [new file with mode: 0644]
examples/speech/hello_speak/ui_mainwindow.py [new file with mode: 0644]
examples/sql/books/bookwindow.py
examples/statemachine/eventtrans/eventtrans.py [deleted file]
examples/statemachine/eventtrans/eventtrans.pyproject [deleted file]
examples/statemachine/factstates/factstates.py [deleted file]
examples/statemachine/factstates/factstates.pyproject [deleted file]
examples/statemachine/moveblocks/doc/moveblocks.png [new file with mode: 0644]
examples/statemachine/moveblocks/doc/moveblocks.rst [new file with mode: 0644]
examples/statemachine/moveblocks/moveblocks.py [new file with mode: 0644]
examples/statemachine/moveblocks/moveblocks.pyproject [new file with mode: 0644]
examples/statemachine/trafficlight/doc/trafficlight.png
examples/statemachine/twowaybutton/twowaybutton.py [deleted file]
examples/statemachine/twowaybutton/twowaybutton.pyproject [deleted file]
examples/texttospeech/hello_speak/hello_speak.py [deleted file]
examples/texttospeech/hello_speak/hello_speak.pyproject [deleted file]
examples/uitools/uiloader/uiloader.py
examples/webenginequick/nanobrowser/BrowserDialog.qml
examples/webenginequick/nanobrowser/BrowserWindow.qml
examples/webenginequick/nanobrowser/quicknanobrowser.py
examples/webenginewidgets/markdowneditor/mainwindow.py
examples/webenginewidgets/markdowneditor/markdowneditor.pyproject
examples/webenginewidgets/markdowneditor/resources/index.html
examples/webenginewidgets/simplebrowser/browser.py [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/browserwindow.py [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/certificateerrordialog.ui [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/data/3rdparty/COPYING [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/data/3rdparty/dialog-error.png [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/data/3rdparty/edit-clear.png [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/data/3rdparty/go-bottom.png [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/data/3rdparty/go-next.png [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/data/3rdparty/go-previous.png [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/data/3rdparty/process-stop.png [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/data/3rdparty/qt_attribution.json [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/data/3rdparty/text-html.png [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/data/3rdparty/view-refresh.png [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/data/AppLogoColor.png [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/data/ninja.png [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/data/rc_simplebrowser.py [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/data/simplebrowser.qrc [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/doc/simplebrowser.png [deleted file]
examples/webenginewidgets/simplebrowser/doc/simplebrowser.rst
examples/webenginewidgets/simplebrowser/doc/simplebrowser.webp [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/downloadmanagerwidget.py [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/downloadmanagerwidget.ui [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/downloadwidget.py [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/downloadwidget.ui [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/main.py [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/passworddialog.ui [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/simplebrowser.py [deleted file]
examples/webenginewidgets/simplebrowser/simplebrowser.pyproject
examples/webenginewidgets/simplebrowser/tabwidget.py [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/ui_certificateerrordialog.py [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/ui_downloadmanagerwidget.py [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/ui_downloadwidget.py [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/ui_passworddialog.py [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/webpage.py [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/webpopupwindow.py [new file with mode: 0644]
examples/webenginewidgets/simplebrowser/webview.py [new file with mode: 0644]
examples/webenginewidgets/tabbedbrowser/bookmarkwidget.py [deleted file]
examples/webenginewidgets/tabbedbrowser/browsertabwidget.py [deleted file]
examples/webenginewidgets/tabbedbrowser/doc/tabbedbrowser.png [deleted file]
examples/webenginewidgets/tabbedbrowser/doc/tabbedbrowser.rst [deleted file]
examples/webenginewidgets/tabbedbrowser/downloadwidget.py [deleted file]
examples/webenginewidgets/tabbedbrowser/findtoolbar.py [deleted file]
examples/webenginewidgets/tabbedbrowser/historywindow.py [deleted file]
examples/webenginewidgets/tabbedbrowser/main.py [deleted file]
examples/webenginewidgets/tabbedbrowser/tabbedbrowser.pyproject [deleted file]
examples/webenginewidgets/tabbedbrowser/webengineview.py [deleted file]
examples/webenginewidgets/widgetsnanobrowser/doc/widgetsnanobrowser.png [new file with mode: 0644]
examples/webenginewidgets/widgetsnanobrowser/doc/widgetsnanobrowser.rst [new file with mode: 0644]
examples/webenginewidgets/widgetsnanobrowser/widgetsnanobrowser.py [new file with mode: 0644]
examples/webenginewidgets/widgetsnanobrowser/widgetsnanobrowser.pyproject [new file with mode: 0644]
examples/widgetbinding/CMakeLists.txt
examples/widgetbinding/README.md [deleted file]
examples/widgetbinding/dialog.py
examples/widgetbinding/doc/widgetbinding.md [new file with mode: 0644]
examples/widgetbinding/doc/widgetbinding.pyproject [new file with mode: 0644]
examples/widgetbinding/wigglywidget.cpp
examples/widgets/animation/animatedtiles/animatedtiles.pyproject
examples/widgets/animation/appchooser/appchooser.pyproject
examples/widgets/animation/easing/images/qt-logo.png [deleted file]
examples/widgets/animation/states/states.pyproject
examples/widgets/codeeditor/codeeditor.py [deleted file]
examples/widgets/codeeditor/codeeditor.pyproject [deleted file]
examples/widgets/codeeditor/doc/codeeditor.png [deleted file]
examples/widgets/codeeditor/doc/codeeditor.rst [deleted file]
examples/widgets/codeeditor/main.py [deleted file]
examples/widgets/dialogs/classwizard/classwizard.py
examples/widgets/dialogs/classwizard/classwizard.pyproject
examples/widgets/dialogs/findfiles/findfiles.py [deleted file]
examples/widgets/dialogs/findfiles/findfiles.pyproject [deleted file]
examples/widgets/dialogs/standarddialogs/standarddialogs.py
examples/widgets/draganddrop/draggabletext/draggabletext.pyproject
examples/widgets/graphicsview/collidingmice/collidingmice.pyproject
examples/widgets/graphicsview/diagramscene/diagramscene.py
examples/widgets/graphicsview/diagramscene/diagramscene.pyproject
examples/widgets/graphicsview/dragdroprobot/dragdroprobot.pyproject
examples/widgets/itemviews/jsonmodel/jsonmodel.py
examples/widgets/mainwindows/application/application.pyproject
examples/widgets/mainwindows/dockwidgets/dockwidgets.pyproject
examples/widgets/mainwindows/mdi/images/copy.png [deleted file]
examples/widgets/mainwindows/mdi/images/cut.png [deleted file]
examples/widgets/mainwindows/mdi/images/new.png [deleted file]
examples/widgets/mainwindows/mdi/images/open.png [deleted file]
examples/widgets/mainwindows/mdi/images/paste.png [deleted file]
examples/widgets/mainwindows/mdi/images/save.png [deleted file]
examples/widgets/mainwindows/mdi/mdi.py
examples/widgets/mainwindows/mdi/mdi.pyproject
examples/widgets/mainwindows/mdi/mdi.qrc [deleted file]
examples/widgets/mainwindows/mdi/mdi_rc.py [deleted file]
examples/widgets/painting/basicdrawing/basicdrawing.pyproject
examples/widgets/tutorials/addressbook/part1.py
examples/widgets/widgets/tetrix/tetrix.py
examples/widgets/widgetsgallery/main.py
examples/widgets/widgetsgallery/widgetgallery.py
examples/xml/dombookmarks/dombookmarks.py
examples/xml/dombookmarks/dombookmarks.pyproject
examples/xml/dombookmarks/frank.xbel [deleted file]
examples/xml/dombookmarks/jennifer.xbel
requirements-doc.txt [new file with mode: 0644]
requirements.txt
setup.py
sources/patchelf/COPYING [deleted file]
sources/patchelf/README [deleted file]
sources/patchelf/elf.h [deleted file]
sources/patchelf/patchelf.cc [deleted file]
sources/pyside-tools/CMakeLists.txt
sources/pyside-tools/android_deploy.py [new file with mode: 0644]
sources/pyside-tools/android_deploy.pyproject [new file with mode: 0644]
sources/pyside-tools/cmake/PySideAndroid.cmake [new file with mode: 0644]
sources/pyside-tools/cmake/PySideToolsHelpers.cmake
sources/pyside-tools/cmake/PySideToolsSetup.cmake
sources/pyside-tools/deploy.py
sources/pyside-tools/deploy.pyproject [new file with mode: 0644]
sources/pyside-tools/deploy/__init__.py [deleted file]
sources/pyside-tools/deploy/commands.py [deleted file]
sources/pyside-tools/deploy/config.py [deleted file]
sources/pyside-tools/deploy/default.spec [deleted file]
sources/pyside-tools/deploy/nuitka_helper.py [deleted file]
sources/pyside-tools/deploy/pyside_icon.jpg [deleted file]
sources/pyside-tools/deploy/python_helper.py [deleted file]
sources/pyside-tools/deploy_lib/__init__.py [new file with mode: 0644]
sources/pyside-tools/deploy_lib/android/__init__.py [new file with mode: 0644]
sources/pyside-tools/deploy_lib/android/android_helper.py [new file with mode: 0644]
sources/pyside-tools/deploy_lib/android/buildozer.py [new file with mode: 0644]
sources/pyside-tools/deploy_lib/android/recipes/PySide6/__init__.tmpl.py [new file with mode: 0644]
sources/pyside-tools/deploy_lib/android/recipes/shiboken6/__init__.tmpl.py [new file with mode: 0644]
sources/pyside-tools/deploy_lib/commands.py [new file with mode: 0644]
sources/pyside-tools/deploy_lib/config.py [new file with mode: 0644]
sources/pyside-tools/deploy_lib/default.spec [new file with mode: 0644]
sources/pyside-tools/deploy_lib/deploy_util.py [new file with mode: 0644]
sources/pyside-tools/deploy_lib/nuitka_helper.py [new file with mode: 0644]
sources/pyside-tools/deploy_lib/pyside_icon.jpg [new file with mode: 0644]
sources/pyside-tools/deploy_lib/python_helper.py [new file with mode: 0644]
sources/pyside-tools/metaobjectdump.py
sources/pyside-tools/project.py
sources/pyside-tools/project/__init__.py
sources/pyside-tools/project/project_data.py
sources/pyside-tools/project/utils.py
sources/pyside-tools/pyside_tool.py
sources/pyside6/.cmake.conf
sources/pyside6/CMakeLists.txt
sources/pyside6/PySide6/CMakeLists.txt
sources/pyside6/PySide6/Qt3DAnimation/CMakeLists.txt
sources/pyside6/PySide6/Qt3DCore/CMakeLists.txt
sources/pyside6/PySide6/Qt3DCore/typesystem_3dcore.xml
sources/pyside6/PySide6/Qt3DExtras/CMakeLists.txt
sources/pyside6/PySide6/Qt3DInput/CMakeLists.txt
sources/pyside6/PySide6/Qt3DLogic/CMakeLists.txt
sources/pyside6/PySide6/Qt3DRender/CMakeLists.txt
sources/pyside6/PySide6/Qt3DRender/typesystem_3drender.xml
sources/pyside6/PySide6/QtAsyncio/__init__.py [new file with mode: 0644]
sources/pyside6/PySide6/QtAsyncio/events.py [new file with mode: 0644]
sources/pyside6/PySide6/QtAsyncio/futures.py [new file with mode: 0644]
sources/pyside6/PySide6/QtAsyncio/tasks.py [new file with mode: 0644]
sources/pyside6/PySide6/QtAxContainer/CMakeLists.txt
sources/pyside6/PySide6/QtBluetooth/CMakeLists.txt
sources/pyside6/PySide6/QtBluetooth/typesystem_bluetooth.xml
sources/pyside6/PySide6/QtCharts/CMakeLists.txt
sources/pyside6/PySide6/QtConcurrent/CMakeLists.txt
sources/pyside6/PySide6/QtConcurrent/typesystem_concurrent.xml
sources/pyside6/PySide6/QtCore/CMakeLists.txt
sources/pyside6/PySide6/QtCore/glue/core_snippets.cpp
sources/pyside6/PySide6/QtCore/glue/core_snippets_p.h
sources/pyside6/PySide6/QtCore/glue/qtcorehelper.cpp
sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
sources/pyside6/PySide6/QtDBus/CMakeLists.txt
sources/pyside6/PySide6/QtDataVisualization/CMakeLists.txt
sources/pyside6/PySide6/QtDataVisualization/qtdatavisualization_helper.cpp
sources/pyside6/PySide6/QtDataVisualization/typesystem_datavisualization.xml
sources/pyside6/PySide6/QtDesigner/CMakeLists.txt
sources/pyside6/PySide6/QtDesigner/typesystem_designer.xml
sources/pyside6/PySide6/QtGraphs/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/PySide6/QtGraphs/qtgraphs_helper.cpp [new file with mode: 0644]
sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml [new file with mode: 0644]
sources/pyside6/PySide6/QtGui/CMakeLists.txt
sources/pyside6/PySide6/QtGui/QtGui_global.post.h.in
sources/pyside6/PySide6/QtGui/typesystem_gui.xml
sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml
sources/pyside6/PySide6/QtGui/typesystem_gui_rhi.xml [new file with mode: 0644]
sources/pyside6/PySide6/QtHelp/CMakeLists.txt
sources/pyside6/PySide6/QtHttpServer/CMakeLists.txt
sources/pyside6/PySide6/QtHttpServer/typesystem_httpserver.xml
sources/pyside6/PySide6/QtLocation/CMakeLists.txt
sources/pyside6/PySide6/QtLocation/typesystem_location.xml
sources/pyside6/PySide6/QtMultimedia/CMakeLists.txt
sources/pyside6/PySide6/QtMultimedia/typesystem_multimedia.xml
sources/pyside6/PySide6/QtMultimediaWidgets/CMakeLists.txt
sources/pyside6/PySide6/QtNetwork/CMakeLists.txt
sources/pyside6/PySide6/QtNetwork/typesystem_network.xml
sources/pyside6/PySide6/QtNetworkAuth/CMakeLists.txt
sources/pyside6/PySide6/QtNfc/CMakeLists.txt
sources/pyside6/PySide6/QtNfc/typesystem_nfc.xml
sources/pyside6/PySide6/QtOpenGL/CMakeLists.txt
sources/pyside6/PySide6/QtOpenGL/QtOpenGL_global.post.h.in
sources/pyside6/PySide6/QtOpenGL/typesystem_opengl.xml
sources/pyside6/PySide6/QtOpenGLWidgets/CMakeLists.txt
sources/pyside6/PySide6/QtOpenGLWidgets/typesystem_openglwidgets.xml
sources/pyside6/PySide6/QtPdf/CMakeLists.txt
sources/pyside6/PySide6/QtPdf/typesystem_pdf.xml
sources/pyside6/PySide6/QtPdfWidgets/CMakeLists.txt
sources/pyside6/PySide6/QtPdfWidgets/typesystem_pdfwidgets.xml
sources/pyside6/PySide6/QtPositioning/CMakeLists.txt
sources/pyside6/PySide6/QtPrintSupport/CMakeLists.txt
sources/pyside6/PySide6/QtQml/CMakeLists.txt
sources/pyside6/PySide6/QtQml/pysideqmlvolatilebool.cpp
sources/pyside6/PySide6/QtQml/typesystem_qml.xml
sources/pyside6/PySide6/QtQuick/CMakeLists.txt
sources/pyside6/PySide6/QtQuick/typesystem_quick.xml
sources/pyside6/PySide6/QtQuick3D/CMakeLists.txt
sources/pyside6/PySide6/QtQuick3D/typesystem_quick3d.xml
sources/pyside6/PySide6/QtQuickControls2/CMakeLists.txt
sources/pyside6/PySide6/QtQuickWidgets/CMakeLists.txt
sources/pyside6/PySide6/QtRemoteObjects/CMakeLists.txt
sources/pyside6/PySide6/QtRemoteObjects/typesystem_remoteobjects.xml
sources/pyside6/PySide6/QtScxml/CMakeLists.txt
sources/pyside6/PySide6/QtScxml/typesystem_scxml.xml
sources/pyside6/PySide6/QtSensors/CMakeLists.txt
sources/pyside6/PySide6/QtSerialBus/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/PySide6/QtSerialBus/typesystem_serialbus.xml [new file with mode: 0644]
sources/pyside6/PySide6/QtSerialPort/CMakeLists.txt
sources/pyside6/PySide6/QtSpatialAudio/CMakeLists.txt
sources/pyside6/PySide6/QtSql/CMakeLists.txt
sources/pyside6/PySide6/QtSql/typesystem_sql.xml
sources/pyside6/PySide6/QtStateMachine/CMakeLists.txt
sources/pyside6/PySide6/QtStateMachine/typesystem_statemachine.xml
sources/pyside6/PySide6/QtSvg/CMakeLists.txt
sources/pyside6/PySide6/QtSvg/typesystem_svg.xml
sources/pyside6/PySide6/QtSvgWidgets/CMakeLists.txt
sources/pyside6/PySide6/QtTest/CMakeLists.txt
sources/pyside6/PySide6/QtTest/typesystem_test.xml
sources/pyside6/PySide6/QtTextToSpeech/CMakeLists.txt
sources/pyside6/PySide6/QtTextToSpeech/typesystem_texttospeech.xml
sources/pyside6/PySide6/QtUiTools/CMakeLists.txt
sources/pyside6/PySide6/QtWebChannel/CMakeLists.txt
sources/pyside6/PySide6/QtWebChannel/typesystem_webchannel.xml
sources/pyside6/PySide6/QtWebEngineCore/CMakeLists.txt
sources/pyside6/PySide6/QtWebEngineCore/typesystem_webenginecore.xml
sources/pyside6/PySide6/QtWebEngineQuick/CMakeLists.txt
sources/pyside6/PySide6/QtWebEngineWidgets/CMakeLists.txt
sources/pyside6/PySide6/QtWebSockets/CMakeLists.txt
sources/pyside6/PySide6/QtWidgets/CMakeLists.txt
sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml
sources/pyside6/PySide6/QtXml/CMakeLists.txt
sources/pyside6/PySide6/QtXml/typesystem_xml.xml
sources/pyside6/PySide6/_config.py.in
sources/pyside6/PySide6/glue/qtcore.cpp
sources/pyside6/PySide6/glue/qtdatavisualization.cpp
sources/pyside6/PySide6/glue/qtgraphs.cpp [new file with mode: 0644]
sources/pyside6/PySide6/glue/qtgui.cpp
sources/pyside6/PySide6/glue/qtquick.cpp
sources/pyside6/PySide6/glue/qtserialbus.cpp [new file with mode: 0644]
sources/pyside6/PySide6/glue/qtstatemachine.cpp
sources/pyside6/PySide6/glue/qtwidgets.cpp
sources/pyside6/PySide6/pysidewtypes.h
sources/pyside6/PySide6/qtcorehelper.h
sources/pyside6/PySide6/qtgraphs_helper.h [new file with mode: 0644]
sources/pyside6/PySide6/support/deprecated.py
sources/pyside6/PySide6/templates/core_common.xml
sources/pyside6/cmake/Macros/PySideModules.cmake
sources/pyside6/cmake/Macros/icecc.cmake
sources/pyside6/cmake/PySideHelpers.cmake
sources/pyside6/cmake/PySideSetup.cmake
sources/pyside6/cmake_uninstall.cmake
sources/pyside6/doc/CMakeLists.txt
sources/pyside6/doc/README.md [deleted file]
sources/pyside6/doc/_static/css/qt_style.css
sources/pyside6/doc/_static/qtforpython.png
sources/pyside6/doc/_themes/pysidedocs_qthelp/static/pyside.css
sources/pyside6/doc/additionaldocs.lst
sources/pyside6/doc/api.rst
sources/pyside6/doc/commercial/index.rst
sources/pyside6/doc/conf.py.in
sources/pyside6/doc/considerations.rst
sources/pyside6/doc/contents.rst
sources/pyside6/doc/deployment/deployment-briefcase.rst
sources/pyside6/doc/deployment/deployment-cxfreeze.rst
sources/pyside6/doc/deployment/deployment-fbs.rst
sources/pyside6/doc/deployment/deployment-nuitka.rst
sources/pyside6/doc/deployment/deployment-py2exe.rst
sources/pyside6/doc/deployment/deployment-pyinstaller.rst
sources/pyside6/doc/deployment/deployment-pyside6-deploy.rst [new file with mode: 0644]
sources/pyside6/doc/deployment/index.rst
sources/pyside6/doc/developer/add_port_example.rst
sources/pyside6/doc/developer/add_tool.rst
sources/pyside6/doc/developer/documentation.rst [new file with mode: 0644]
sources/pyside6/doc/developer/enumfeatures_doc.rst
sources/pyside6/doc/developer/extras.rst
sources/pyside6/doc/developer/feature-motivation.rst
sources/pyside6/doc/developer/index.rst
sources/pyside6/doc/developer/signature_doc.rst
sources/pyside6/doc/extras/QtCharts.rst
sources/pyside6/doc/extras/QtCore.Property.rst
sources/pyside6/doc/extras/QtCore.Slot.rst
sources/pyside6/doc/extras/QtSerialBus.rst [new file with mode: 0644]
sources/pyside6/doc/extras/QtUiTools.rst
sources/pyside6/doc/faq.rst
sources/pyside6/doc/faq/whatisqt.rst
sources/pyside6/doc/faq/whyqtforpython.rst
sources/pyside6/doc/gettingstarted/index.rst
sources/pyside6/doc/gettingstarted/linux.rst
sources/pyside6/doc/gettingstarted/macOS.rst
sources/pyside6/doc/gettingstarted/package_details.rst
sources/pyside6/doc/gettingstarted/porting_from2.rst
sources/pyside6/doc/gettingstarted/windows.rst
sources/pyside6/doc/images/Examples.svg
sources/pyside6/doc/images/Tooling.svg [new file with mode: 0644]
sources/pyside6/doc/images/linux.svg [new file with mode: 0644]
sources/pyside6/doc/images/macos.svg [new file with mode: 0644]
sources/pyside6/doc/images/windows.svg [new file with mode: 0644]
sources/pyside6/doc/index.rst
sources/pyside6/doc/inheritance_diagram.py
sources/pyside6/doc/inheritance_diagram.pyproject [new file with mode: 0644]
sources/pyside6/doc/inheritance_graph.py [new file with mode: 0644]
sources/pyside6/doc/modules.rst
sources/pyside6/doc/pysideinclude.py
sources/pyside6/doc/qtattributionsscannertorst.py
sources/pyside6/doc/qtmodules/pyside-qtdoc.qdocconf.in [new file with mode: 0644]
sources/pyside6/doc/qtmodules/pyside-qtquickcontrols2.qdocconf.in
sources/pyside6/doc/qtmodules/pyside-qtserialbus.qdocconf.in [new file with mode: 0644]
sources/pyside6/doc/quickstart.rst
sources/pyside6/doc/snippets/qtbase/src/gui/doc/snippets/code/src_gui_painting_qpainter_drawText.cpp.py [new file with mode: 0644]
sources/pyside6/doc/tutorials/basictutorial/dialog.rst
sources/pyside6/doc/tutorials/basictutorial/icons.zip [new file with mode: 0644]
sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst
sources/pyside6/doc/tutorials/basictutorial/signals_and_slots.rst
sources/pyside6/doc/tutorials/basictutorial/translations.rst
sources/pyside6/doc/tutorials/basictutorial/uifiles.rst
sources/pyside6/doc/tutorials/basictutorial/widgetstyling.rst
sources/pyside6/doc/tutorials/debugging/qml_debugging.rst [new file with mode: 0644]
sources/pyside6/doc/tutorials/debugging/qtcreator/qtcreator.rst
sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst
sources/pyside6/doc/tutorials/expenses/expenses.rst
sources/pyside6/doc/tutorials/expenses/main.py
sources/pyside6/doc/tutorials/expenses/main_snake_prop.py
sources/pyside6/doc/tutorials/expenses/steps/01-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/02-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/03-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/04-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/05-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/06-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/07-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/08-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/09-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/10-expenses.py
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/Main.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/app.qrc [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons.qrc [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/folder_closed.svg [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/folder_open.svg [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/generic_file.svg [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/globe.svg [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/info_sign.svg [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/leaf.svg [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/light_bulb.svg [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/qt_logo.svg [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/read.svg [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/resize.svg [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/About.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/ColorScheme.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/FileSystemView.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/Icon.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/MyMenu.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/MyMenuBar.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/ResizeButton.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/Sidebar.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/WindowDragHandler.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qmldir [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/extendedexplorer.md [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/extendedexplorer.py [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/extendedexplorer.pyproject [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/resources/Colors.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/resources/colorscheme.png [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/resources/extendedexplorer.gif [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/resources/extendedexplorer.webp [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/scheme_manager.py [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/schemes.json [new file with mode: 0644]
sources/pyside6/doc/tutorials/index.rst
sources/pyside6/doc/tutorials/portingguide/chapter3/chapter3.rst
sources/pyside6/doc/tutorials/portingguide/index.rst
sources/pyside6/doc/tutorials/qmlapp/qmlapplication.rst
sources/pyside6/doc/tutorials/qmlintegration/qmlintegration.rst
sources/pyside6/doc/tutorials/qmlsqlintegration/qmlsqlintegration.rst
sources/pyside6/doc/videos.rst
sources/pyside6/libpyside/CMakeLists.txt
sources/pyside6/libpyside/class_property.cpp
sources/pyside6/libpyside/class_property.h
sources/pyside6/libpyside/dynamicqmetaobject.cpp
sources/pyside6/libpyside/dynamicqmetaobject.h
sources/pyside6/libpyside/feature_select.cpp
sources/pyside6/libpyside/feature_select.h
sources/pyside6/libpyside/globalreceiverv2.cpp
sources/pyside6/libpyside/globalreceiverv2.h
sources/pyside6/libpyside/pyside.cpp
sources/pyside6/libpyside/pyside_numpy.cpp
sources/pyside6/libpyside/pysideclassdecorator.cpp
sources/pyside6/libpyside/pysideclassdecorator_p.h
sources/pyside6/libpyside/pysideclassinfo.cpp
sources/pyside6/libpyside/pysideclassinfo.h
sources/pyside6/libpyside/pysideclassinfo_p.h
sources/pyside6/libpyside/pysideinit.h
sources/pyside6/libpyside/pysidemetafunction.cpp
sources/pyside6/libpyside/pysidemetafunction.h
sources/pyside6/libpyside/pysidemetafunction_p.h
sources/pyside6/libpyside/pysideproperty.cpp
sources/pyside6/libpyside/pysideproperty.h
sources/pyside6/libpyside/pysideproperty_p.h
sources/pyside6/libpyside/pysideqenum.cpp
sources/pyside6/libpyside/pysideqenum.h
sources/pyside6/libpyside/pysideqflags.cpp [deleted file]
sources/pyside6/libpyside/pysideqflags.h [deleted file]
sources/pyside6/libpyside/pysideqobject.h
sources/pyside6/libpyside/pysidesignal.cpp
sources/pyside6/libpyside/pysidesignal.h
sources/pyside6/libpyside/pysidesignal_p.h
sources/pyside6/libpyside/pysideslot.cpp
sources/pyside6/libpyside/pysideslot_p.h
sources/pyside6/libpyside/pysidestaticstrings.cpp
sources/pyside6/libpyside/pysidestaticstrings.h
sources/pyside6/libpyside/pysideutils.h
sources/pyside6/libpyside/pysideweakref.cpp
sources/pyside6/libpyside/pysideweakref.h
sources/pyside6/libpyside/qobjectconnect.cpp
sources/pyside6/libpyside/signalmanager.cpp
sources/pyside6/libpyside/signalmanager.h
sources/pyside6/libpysideqml/CMakeLists.txt
sources/pyside6/libpysideqml/pysideqml.cpp
sources/pyside6/libpysideqml/pysideqmlattached.cpp
sources/pyside6/libpysideqml/pysideqmlattached_p.h
sources/pyside6/libpysideqml/pysideqmlextended.cpp
sources/pyside6/libpysideqml/pysideqmlextended_p.h
sources/pyside6/libpysideqml/pysideqmlforeign.cpp
sources/pyside6/libpysideqml/pysideqmllistproperty.cpp
sources/pyside6/libpysideqml/pysideqmlregistertype.cpp
sources/pyside6/libpysideqml/pysideqmltypeinfo.cpp
sources/pyside6/libpysideqml/pysideqmltypeinfo_p.h
sources/pyside6/plugins/designer/CMakeLists.txt
sources/pyside6/plugins/designer/designercustomwidgets.cpp
sources/pyside6/plugins/designer/designercustomwidgets.h
sources/pyside6/plugins/uitools/CMakeLists.txt
sources/pyside6/plugins/uitools/customwidget.cpp
sources/pyside6/plugins/uitools/customwidget.h
sources/pyside6/plugins/uitools/customwidgets.h
sources/pyside6/qtexampleicons/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/qtexampleicons/module.c [new file with mode: 0644]
sources/pyside6/tests/CMakeLists.txt
sources/pyside6/tests/Qt3DExtras/Qt3DExtras.pyproject [new file with mode: 0644]
sources/pyside6/tests/Qt3DExtras/qt3dextras_test.py
sources/pyside6/tests/QtAsyncio/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/tests/QtAsyncio/QtAsyncio.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtAsyncio/qasyncio_test.py [new file with mode: 0644]
sources/pyside6/tests/QtAsyncio/qasyncio_test_chain.py [new file with mode: 0644]
sources/pyside6/tests/QtAsyncio/qasyncio_test_executor.py [new file with mode: 0644]
sources/pyside6/tests/QtAsyncio/qasyncio_test_queues.py [new file with mode: 0644]
sources/pyside6/tests/QtAsyncio/qasyncio_test_time.py [new file with mode: 0644]
sources/pyside6/tests/QtBluetooth/QtBluetooth.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtCharts/CMakeLists.txt
sources/pyside6/tests/QtCharts/QtCharts.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtCharts/qcharts_numpy_test.py [new file with mode: 0644]
sources/pyside6/tests/QtCore/CMakeLists.txt
sources/pyside6/tests/QtCore/QtCore.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtCore/bug_1019.py
sources/pyside6/tests/QtCore/bug_462.py
sources/pyside6/tests/QtCore/bug_826.py
sources/pyside6/tests/QtCore/child_event_test.py
sources/pyside6/tests/QtCore/deletelater_test.py
sources/pyside6/tests/QtCore/destroysignal_test.py
sources/pyside6/tests/QtCore/duck_punching_test.py
sources/pyside6/tests/QtCore/multiple_feature_test.py
sources/pyside6/tests/QtCore/qcbor_test.py
sources/pyside6/tests/QtCore/qdatastream_test.py
sources/pyside6/tests/QtCore/qenum_test.py
sources/pyside6/tests/QtCore/qflags_test.py
sources/pyside6/tests/QtCore/qiodevice_buffered_read_test.py [new file with mode: 0644]
sources/pyside6/tests/QtCore/qlocale_test.py
sources/pyside6/tests/QtCore/qmetaobject_test.py
sources/pyside6/tests/QtCore/qobject_connect_notify_test.py
sources/pyside6/tests/QtCore/qobject_event_filter_test.py
sources/pyside6/tests/QtCore/qobject_timer_event_test.py
sources/pyside6/tests/QtCore/qobject_tr_as_instance_test.py
sources/pyside6/tests/QtCore/qrunnable_test.py [new file with mode: 0644]
sources/pyside6/tests/QtCore/qsettings_test.py
sources/pyside6/tests/QtCore/qsysinfo_test.py
sources/pyside6/tests/QtCore/qthread_test.py
sources/pyside6/tests/QtCore/qtimer_singleshot_test.py
sources/pyside6/tests/QtCore/qtimer_timeout_test.py
sources/pyside6/tests/QtCore/signal_sender.py [new file with mode: 0644]
sources/pyside6/tests/QtCore/thread_signals_test.py
sources/pyside6/tests/QtCore/translation_test.py
sources/pyside6/tests/QtDBus/CMakeLists.txt
sources/pyside6/tests/QtDBus/QtDBus.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtDBus/test_dbus.py
sources/pyside6/tests/QtDataVisualization/QtDataVisualization.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtDataVisualization/datavisualization_test.py
sources/pyside6/tests/QtGraphs/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/tests/QtGui/CMakeLists.txt
sources/pyside6/tests/QtGui/QtGui.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtGui/bug_367.py
sources/pyside6/tests/QtGui/bug_617.py
sources/pyside6/tests/QtGui/bug_740.py
sources/pyside6/tests/QtGui/event_filter_test.py
sources/pyside6/tests/QtGui/float_to_int_implicit_conversion_test.py
sources/pyside6/tests/QtGui/qbrush_test.py
sources/pyside6/tests/QtGui/qcursor_test.py
sources/pyside6/tests/QtGui/qdatastream_gui_operators_test.py
sources/pyside6/tests/QtGui/qfont_test.py
sources/pyside6/tests/QtGui/qfontmetrics_test.py
sources/pyside6/tests/QtGui/qimage_test.py
sources/pyside6/tests/QtGui/qimage_win_test.py
sources/pyside6/tests/QtGui/qitemselection_test.py
sources/pyside6/tests/QtGui/qkeysequence_test.py
sources/pyside6/tests/QtGui/qpainter_test.py
sources/pyside6/tests/QtGui/qpdfwriter_test.py
sources/pyside6/tests/QtGui/qpen_test.py
sources/pyside6/tests/QtGui/qpixelformat_test.py
sources/pyside6/tests/QtGui/qpixmap_constructor.py
sources/pyside6/tests/QtGui/qpixmap_test.py
sources/pyside6/tests/QtGui/qpixmapcache_test.py
sources/pyside6/tests/QtGui/qrasterwindow_test.py
sources/pyside6/tests/QtGui/qregion_test.py
sources/pyside6/tests/QtGui/qstandarditemmodel_test.py
sources/pyside6/tests/QtGui/qstring_qkeysequence_test.py
sources/pyside6/tests/QtGui/qstylehints_test.py
sources/pyside6/tests/QtGui/qtextdocument_functions.py
sources/pyside6/tests/QtGui/qtextline_test.py
sources/pyside6/tests/QtHelp/QtHelp.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtLocation/QtLocation.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtMultimedia/QtMultimedia.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtMultimedia/audio_test.py
sources/pyside6/tests/QtMultimediaWidgets/QtMultimediaWidgets.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtNetwork/CMakeLists.txt
sources/pyside6/tests/QtNetwork/QtNetwork.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtNetwork/accessManager_test.py
sources/pyside6/tests/QtNetwork/bug_446.py
sources/pyside6/tests/QtNetwork/qhostinfo_test.py
sources/pyside6/tests/QtNfc/QtNfc.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtNfc/test_nfc.py
sources/pyside6/tests/QtOpenGL/QtOpenGL.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtOpenGL/qopenglbuffer_test.py
sources/pyside6/tests/QtOpenGL/qopenglwindow_test.py
sources/pyside6/tests/QtPositioning/QtPositioning.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtPrintSupport/QtPrintSupport.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtQml/CMakeLists.txt
sources/pyside6/tests/QtQml/QtQml.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtQml/bug_825.py
sources/pyside6/tests/QtQml/bug_825_old.py [new file with mode: 0644]
sources/pyside6/tests/QtQml/bug_847.py
sources/pyside6/tests/QtQml/bug_995.py
sources/pyside6/tests/QtQml/bug_997.py
sources/pyside6/tests/QtQml/javascript_exceptions.py
sources/pyside6/tests/QtQml/qqmlcomponent_test.py [new file with mode: 0644]
sources/pyside6/tests/QtQml/signal_types.py [new file with mode: 0644]
sources/pyside6/tests/QtQml/signal_types.qml [new file with mode: 0644]
sources/pyside6/tests/QtScxml/QtScxml.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtScxml/test_dynamic.py
sources/pyside6/tests/QtSensors/QtSensors.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtSerialBus/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/tests/QtSerialPort/QtSerialPort.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtSql/CMakeLists.txt
sources/pyside6/tests/QtSql/QtSql.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtSql/qsqldatabaseandqueries_test.py
sources/pyside6/tests/QtSql/qvarianttype_test.py
sources/pyside6/tests/QtStateMachine/CMakeLists.txt
sources/pyside6/tests/QtStateMachine/QtStateMachine.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtStateMachine/qstatemachine_test.py
sources/pyside6/tests/QtSvg/QtSvg.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtSvgWidgets/QtSvgWidgets.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtTest/CMakeLists.txt
sources/pyside6/tests/QtTest/QtTest.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtTextToSpeech/QtTextToSpeech.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtTextToSpeech/qtexttospeech_test.py
sources/pyside6/tests/QtUiTools/CMakeLists.txt
sources/pyside6/tests/QtUiTools/QtUiTools.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtWebEngineCore/QtWebEngineCore.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtWebEngineWidgets/QtWebEngineWidgets.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtWidgets/CMakeLists.txt
sources/pyside6/tests/QtWidgets/QtWidgets.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtWidgets/bug_662.py
sources/pyside6/tests/QtXml/QtXml.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtXml/qdomdocument_test.py
sources/pyside6/tests/pysidetest/CMakeLists.txt
sources/pyside6/tests/pysidetest/enum_test.py
sources/pyside6/tests/pysidetest/flagstest.h
sources/pyside6/tests/pysidetest/hiddenobject.cpp
sources/pyside6/tests/pysidetest/hiddenobject.h
sources/pyside6/tests/pysidetest/multiple_inheritance_test.py [new file with mode: 0644]
sources/pyside6/tests/pysidetest/pyenum_relax_options_test.py
sources/pyside6/tests/pysidetest/pysidetest.pyproject [new file with mode: 0644]
sources/pyside6/tests/pysidetest/pysidetest_global.h
sources/pyside6/tests/pysidetest/qvariant_test.py
sources/pyside6/tests/pysidetest/signalinstance_equality_test.py
sources/pyside6/tests/pysidetest/testobject.h
sources/pyside6/tests/pysidetest/testqvariantenum.cpp [new file with mode: 0644]
sources/pyside6/tests/pysidetest/testqvariantenum.h [new file with mode: 0644]
sources/pyside6/tests/pysidetest/testview.cpp
sources/pyside6/tests/pysidetest/testview.h
sources/pyside6/tests/pysidetest/typesystem_pysidetest.xml
sources/pyside6/tests/registry/exists_darwin_5_14_2_ci.py [deleted file]
sources/pyside6/tests/registry/exists_red_hat_enterprise_linux_workstation7_6_5_14_2_ci.py [deleted file]
sources/pyside6/tests/registry/exists_win32_5_14_2_ci.py [deleted file]
sources/pyside6/tests/registry/exists_x86_64_suse_linux_5_14_2_ci.py [deleted file]
sources/pyside6/tests/signals/CMakeLists.txt
sources/pyside6/tests/signals/anonymous_slot_leak_test.py [new file with mode: 0644]
sources/pyside6/tests/signals/bug_311.py
sources/pyside6/tests/signals/bug_319.py
sources/pyside6/tests/signals/bug_79.py
sources/pyside6/tests/signals/lambda_test.py
sources/pyside6/tests/signals/multiple_connections_test.py
sources/pyside6/tests/signals/qobject_sender_test.py
sources/pyside6/tests/signals/ref02_test.py
sources/pyside6/tests/signals/ref05_test.py
sources/pyside6/tests/signals/ref06_test.py
sources/pyside6/tests/signals/signal_across_threads.py
sources/pyside6/tests/signals/signal_emission_test.py
sources/pyside6/tests/signals/signal_newenum_test.py
sources/pyside6/tests/signals/signal_object_test.py
sources/pyside6/tests/signals/signal_signature_test.py
sources/pyside6/tests/signals/static_metaobject_test.py
sources/pyside6/tests/tools/metaobjectdump/baseline_coercion_birthdayparty.json [deleted file]
sources/pyside6/tests/tools/metaobjectdump/baseline_coercion_person.json [deleted file]
sources/pyside6/tests/tools/metaobjectdump/baseline_default_birthdayparty.json
sources/pyside6/tests/tools/metaobjectdump/baseline_default_person.json
sources/pyside6/tests/tools/metaobjectdump/baseline_inheritance_birthdayparty.json [new file with mode: 0644]
sources/pyside6/tests/tools/metaobjectdump/baseline_inheritance_person.json [new file with mode: 0644]
sources/pyside6/tests/tools/metaobjectdump/baseline_property_happybirthdaysong.json [new file with mode: 0644]
sources/pyside6/tests/tools/metaobjectdump/test_metaobjectdump.py
sources/pyside6/tests/tools/pyside6-android-deploy/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-android-deploy/extensive_android_deploy_test.py [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-android-deploy/test_pyside6_android_deploy.py [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-deploy/extensive_deploy_test.py [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-deploy/test_pyside6_deploy.py
sources/pyside6/tests/tools/pyside6-qml/test_pyside6_qml.py
sources/pyside6/tests/util/helper/usesqapplication.py
sources/pyside6/tests/util/helper/usesqcoreapplication.py [deleted file]
sources/pyside6/tests/util/helper/usesqguiapplication.py [deleted file]
sources/pyside6/tests/util/pyqt_diff.py [deleted file]
sources/shiboken6/.cmake.conf
sources/shiboken6/ApiExtractor/CMakeLists.txt
sources/shiboken6/ApiExtractor/abstractmetaargument.cpp
sources/shiboken6/ApiExtractor/abstractmetaargument.h
sources/shiboken6/ApiExtractor/abstractmetabuilder.cpp
sources/shiboken6/ApiExtractor/abstractmetabuilder.h
sources/shiboken6/ApiExtractor/abstractmetabuilder_helpers.cpp
sources/shiboken6/ApiExtractor/abstractmetabuilder_p.h
sources/shiboken6/ApiExtractor/abstractmetaenum.cpp
sources/shiboken6/ApiExtractor/abstractmetaenum.h
sources/shiboken6/ApiExtractor/abstractmetafield.cpp
sources/shiboken6/ApiExtractor/abstractmetafield.h
sources/shiboken6/ApiExtractor/abstractmetafunction.cpp
sources/shiboken6/ApiExtractor/abstractmetafunction.h
sources/shiboken6/ApiExtractor/abstractmetalang.cpp
sources/shiboken6/ApiExtractor/abstractmetalang.h
sources/shiboken6/ApiExtractor/abstractmetalang_helpers.h
sources/shiboken6/ApiExtractor/abstractmetalang_typedefs.h
sources/shiboken6/ApiExtractor/abstractmetatype.cpp
sources/shiboken6/ApiExtractor/abstractmetatype.h
sources/shiboken6/ApiExtractor/addedfunction.cpp
sources/shiboken6/ApiExtractor/addedfunction.h
sources/shiboken6/ApiExtractor/apiextractor.cpp
sources/shiboken6/ApiExtractor/apiextractor.h
sources/shiboken6/ApiExtractor/apiextractorresult.cpp
sources/shiboken6/ApiExtractor/apiextractorresult.h
sources/shiboken6/ApiExtractor/apiextractorresultdata_p.h [deleted file]
sources/shiboken6/ApiExtractor/arraytypeentry.h
sources/shiboken6/ApiExtractor/clangparser/clangbuilder.cpp
sources/shiboken6/ApiExtractor/clangparser/clangbuilder.h
sources/shiboken6/ApiExtractor/clangparser/clangdebugutils.cpp
sources/shiboken6/ApiExtractor/clangparser/clangparser.cpp
sources/shiboken6/ApiExtractor/clangparser/clangparser.h
sources/shiboken6/ApiExtractor/clangparser/clangutils.cpp
sources/shiboken6/ApiExtractor/clangparser/clangutils.h
sources/shiboken6/ApiExtractor/clangparser/compilersupport.cpp
sources/shiboken6/ApiExtractor/classdocumentation.cpp
sources/shiboken6/ApiExtractor/cmake_uninstall.cmake
sources/shiboken6/ApiExtractor/codesnip.cpp
sources/shiboken6/ApiExtractor/codesnip.h
sources/shiboken6/ApiExtractor/complextypeentry.h
sources/shiboken6/ApiExtractor/conditionalstreamreader.h
sources/shiboken6/ApiExtractor/configurabletypeentry.h [new file with mode: 0644]
sources/shiboken6/ApiExtractor/constantvaluetypeentry.h
sources/shiboken6/ApiExtractor/containertypeentry.h
sources/shiboken6/ApiExtractor/customconversion.cpp
sources/shiboken6/ApiExtractor/customconversion.h
sources/shiboken6/ApiExtractor/customconversion_typedefs.h
sources/shiboken6/ApiExtractor/customtypenentry.h
sources/shiboken6/ApiExtractor/debughelpers_p.h [new file with mode: 0644]
sources/shiboken6/ApiExtractor/dependency.h
sources/shiboken6/ApiExtractor/docparser.cpp
sources/shiboken6/ApiExtractor/docparser.h
sources/shiboken6/ApiExtractor/doxygenparser.cpp
sources/shiboken6/ApiExtractor/doxygenparser.h
sources/shiboken6/ApiExtractor/enclosingclassmixin.cpp
sources/shiboken6/ApiExtractor/enclosingclassmixin.h
sources/shiboken6/ApiExtractor/enumtypeentry.h
sources/shiboken6/ApiExtractor/enumvaluetypeentry.h
sources/shiboken6/ApiExtractor/fileout.cpp
sources/shiboken6/ApiExtractor/fileout.h
sources/shiboken6/ApiExtractor/flagstypeentry.h
sources/shiboken6/ApiExtractor/functiontypeentry.h
sources/shiboken6/ApiExtractor/icecc.cmake
sources/shiboken6/ApiExtractor/include.cpp
sources/shiboken6/ApiExtractor/messages.cpp
sources/shiboken6/ApiExtractor/messages.h
sources/shiboken6/ApiExtractor/modifications.cpp
sources/shiboken6/ApiExtractor/modifications.h
sources/shiboken6/ApiExtractor/modifications_typedefs.h
sources/shiboken6/ApiExtractor/namespacetypeentry.h
sources/shiboken6/ApiExtractor/objecttypeentry.h
sources/shiboken6/ApiExtractor/optionsparser.cpp [new file with mode: 0644]
sources/shiboken6/ApiExtractor/optionsparser.h [new file with mode: 0644]
sources/shiboken6/ApiExtractor/parser/codemodel.cpp
sources/shiboken6/ApiExtractor/parser/codemodel.h
sources/shiboken6/ApiExtractor/parser/codemodel_fwd.h
sources/shiboken6/ApiExtractor/parser/enumvalue.cpp
sources/shiboken6/ApiExtractor/parser/enumvalue.h
sources/shiboken6/ApiExtractor/parser/typeinfo.cpp
sources/shiboken6/ApiExtractor/parser/typeinfo.h
sources/shiboken6/ApiExtractor/predefined_templates.cpp
sources/shiboken6/ApiExtractor/predefined_templates.h
sources/shiboken6/ApiExtractor/primitivetypeentry.h
sources/shiboken6/ApiExtractor/propertyspec.cpp
sources/shiboken6/ApiExtractor/propertyspec.h
sources/shiboken6/ApiExtractor/pymethoddefentry.cpp
sources/shiboken6/ApiExtractor/pymethoddefentry.h
sources/shiboken6/ApiExtractor/qtdocparser.cpp
sources/shiboken6/ApiExtractor/qtdocparser.h
sources/shiboken6/ApiExtractor/reporthandler.cpp
sources/shiboken6/ApiExtractor/smartpointertypeentry.h
sources/shiboken6/ApiExtractor/templateargumententry.h
sources/shiboken6/ApiExtractor/tests/CMakeLists.txt
sources/shiboken6/ApiExtractor/tests/testabstractmetaclass.cpp
sources/shiboken6/ApiExtractor/tests/testabstractmetatype.cpp
sources/shiboken6/ApiExtractor/tests/testaddfunction.cpp
sources/shiboken6/ApiExtractor/tests/testarrayargument.cpp
sources/shiboken6/ApiExtractor/tests/testcodeinjection.cpp
sources/shiboken6/ApiExtractor/tests/testcontainer.cpp
sources/shiboken6/ApiExtractor/tests/testconversionoperator.cpp
sources/shiboken6/ApiExtractor/tests/testconversionruletag.cpp
sources/shiboken6/ApiExtractor/tests/testctorinformation.cpp
sources/shiboken6/ApiExtractor/tests/testdroptypeentries.cpp
sources/shiboken6/ApiExtractor/tests/testdtorinformation.cpp
sources/shiboken6/ApiExtractor/tests/testenum.cpp
sources/shiboken6/ApiExtractor/tests/testextrainclude.cpp
sources/shiboken6/ApiExtractor/tests/testfunctiontag.cpp
sources/shiboken6/ApiExtractor/tests/testimplicitconversions.cpp
sources/shiboken6/ApiExtractor/tests/testinserttemplate.cpp
sources/shiboken6/ApiExtractor/tests/testmodifydocumentation.cpp
sources/shiboken6/ApiExtractor/tests/testmodifyfunction.cpp
sources/shiboken6/ApiExtractor/tests/testmultipleinheritance.cpp
sources/shiboken6/ApiExtractor/tests/testnamespace.cpp
sources/shiboken6/ApiExtractor/tests/testnestedtypes.cpp
sources/shiboken6/ApiExtractor/tests/testnumericaltypedef.cpp
sources/shiboken6/ApiExtractor/tests/testprimitivetypetag.cpp
sources/shiboken6/ApiExtractor/tests/testrefcounttag.cpp
sources/shiboken6/ApiExtractor/tests/testreferencetopointer.cpp
sources/shiboken6/ApiExtractor/tests/testremovefield.cpp
sources/shiboken6/ApiExtractor/tests/testremoveimplconv.cpp
sources/shiboken6/ApiExtractor/tests/testremoveoperatormethod.cpp
sources/shiboken6/ApiExtractor/tests/testresolvetype.cpp
sources/shiboken6/ApiExtractor/tests/testreverseoperators.cpp
sources/shiboken6/ApiExtractor/tests/testtemplates.cpp
sources/shiboken6/ApiExtractor/tests/testtyperevision.cpp
sources/shiboken6/ApiExtractor/tests/testvaluetypedefaultctortag.cpp
sources/shiboken6/ApiExtractor/tests/testvoidarg.cpp
sources/shiboken6/ApiExtractor/textstream.h
sources/shiboken6/ApiExtractor/typedatabase.cpp
sources/shiboken6/ApiExtractor/typedatabase.h
sources/shiboken6/ApiExtractor/typedatabase_p.h
sources/shiboken6/ApiExtractor/typedatabase_typedefs.h
sources/shiboken6/ApiExtractor/typedefentry.h
sources/shiboken6/ApiExtractor/typeparser.cpp
sources/shiboken6/ApiExtractor/typesystem.cpp
sources/shiboken6/ApiExtractor/typesystem.h
sources/shiboken6/ApiExtractor/typesystem_typedefs.h
sources/shiboken6/ApiExtractor/typesystemparser.cpp
sources/shiboken6/ApiExtractor/typesystemparser_p.h
sources/shiboken6/ApiExtractor/typesystemtypeentry.h
sources/shiboken6/ApiExtractor/usingmember.h
sources/shiboken6/ApiExtractor/valuetypeentry.h
sources/shiboken6/ApiExtractor/xmlutils.cpp
sources/shiboken6/ApiExtractor/xmlutils.h
sources/shiboken6/ApiExtractor/xmlutils_libxslt.cpp
sources/shiboken6/ApiExtractor/xmlutils_libxslt.h
sources/shiboken6/ApiExtractor/xmlutils_qt.h
sources/shiboken6/CMakeLists.txt
sources/shiboken6/cmake/FindDocTools.cmake
sources/shiboken6/cmake/ShibokenHelpers.cmake
sources/shiboken6/cmake/ShibokenSetup.cmake
sources/shiboken6/cmake_uninstall.cmake
sources/shiboken6/config.tests/target_python_info/CMakeLists.txt
sources/shiboken6/config.tests/target_qt_info/CMakeLists.txt
sources/shiboken6/config.tests/target_qt_mkspec/CMakeLists.txt
sources/shiboken6/data/CMakeLists.txt
sources/shiboken6/data/Shiboken6ToolsConfig.cmake.in
sources/shiboken6/data/docgenerator.1 [changed from symlink to file mode: 0644]
sources/shiboken6/doc/CMakeLists.txt
sources/shiboken6/doc/_static/css/qt_style.css
sources/shiboken6/doc/_static/shiboken.png [new file with mode: 0644]
sources/shiboken6/doc/_static/shiboken.svg [new file with mode: 0644]
sources/shiboken6/doc/_themes/pysidedocs_qthelp/static/pyside.css
sources/shiboken6/doc/conf.py.in
sources/shiboken6/doc/considerations.rst
sources/shiboken6/doc/examples/index.rst
sources/shiboken6/doc/examples/samplebinding.rst [deleted file]
sources/shiboken6/doc/gettingstarted.rst
sources/shiboken6/doc/images/boostgen.png [deleted file]
sources/shiboken6/doc/images/converter.png
sources/shiboken6/doc/images/converter.svg
sources/shiboken6/doc/images/genrunnerarch.png [deleted file]
sources/shiboken6/doc/images/genrunnerarch.svg [deleted file]
sources/shiboken6/doc/images/qtforpython-underthehood.png
sources/shiboken6/doc/images/qtforpython-underthehood.svg [new file with mode: 0644]
sources/shiboken6/doc/images/shibokenqtarch.png
sources/shiboken6/doc/images/shibokenqtarch.svg
sources/shiboken6/doc/index.rst
sources/shiboken6/doc/shibokengenerator.rst
sources/shiboken6/doc/shibokenmodule.rst
sources/shiboken6/doc/typesystem_arguments.rst
sources/shiboken6/doc/typesystem_builtin_types.rst
sources/shiboken6/doc/typesystem_codeinjection.rst
sources/shiboken6/doc/typesystem_containers.rst
sources/shiboken6/doc/typesystem_conversionrule.rst
sources/shiboken6/doc/typesystem_converters.rst
sources/shiboken6/doc/typesystem_documentation.rst
sources/shiboken6/doc/typesystem_manipulating_objects.rst
sources/shiboken6/doc/typesystem_modify_function.rst
sources/shiboken6/doc/typesystem_ownership.rst
sources/shiboken6/doc/typesystem_solving_compilation.rst
sources/shiboken6/doc/typesystem_specialfunctions.rst
sources/shiboken6/doc/typesystem_specifying_types.rst
sources/shiboken6/doc/typesystem_templates.rst
sources/shiboken6/doc/typesystem_variables.rst
sources/shiboken6/generator/CMakeLists.txt
sources/shiboken6/generator/_config.py.in
sources/shiboken6/generator/defaultvalue.cpp
sources/shiboken6/generator/generator.cpp
sources/shiboken6/generator/generator.h
sources/shiboken6/generator/generatorcontext.h
sources/shiboken6/generator/main.cpp
sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp
sources/shiboken6/generator/qtdoc/qtdocgenerator.h
sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp
sources/shiboken6/generator/qtdoc/qtxmltosphinx.h
sources/shiboken6/generator/qtdoc/rstformat.h
sources/shiboken6/generator/shiboken/configurablescope.h [new file with mode: 0644]
sources/shiboken6/generator/shiboken/cppgenerator.cpp
sources/shiboken6/generator/shiboken/cppgenerator.h
sources/shiboken6/generator/shiboken/cppgenerator_container.cpp
sources/shiboken6/generator/shiboken/cppgenerator_smartpointer.cpp [new file with mode: 0644]
sources/shiboken6/generator/shiboken/generatorargument.cpp
sources/shiboken6/generator/shiboken/generatorstrings.h [new file with mode: 0644]
sources/shiboken6/generator/shiboken/headergenerator.cpp
sources/shiboken6/generator/shiboken/headergenerator.h
sources/shiboken6/generator/shiboken/overloaddata.cpp
sources/shiboken6/generator/shiboken/overloaddata.h
sources/shiboken6/generator/shiboken/shibokengenerator.cpp
sources/shiboken6/generator/shiboken/shibokengenerator.h
sources/shiboken6/icecc.cmake
sources/shiboken6/libshiboken/CMakeLists.txt
sources/shiboken6/libshiboken/autodecref.h
sources/shiboken6/libshiboken/basewrapper.cpp
sources/shiboken6/libshiboken/basewrapper.h
sources/shiboken6/libshiboken/basewrapper_p.h
sources/shiboken6/libshiboken/bindingmanager.cpp
sources/shiboken6/libshiboken/bindingmanager.h
sources/shiboken6/libshiboken/bufferprocs_py37.h
sources/shiboken6/libshiboken/debugfreehook.cpp
sources/shiboken6/libshiboken/embed/embedding_generator.py
sources/shiboken6/libshiboken/embed/signature_bootstrap.py
sources/shiboken6/libshiboken/helper.cpp
sources/shiboken6/libshiboken/helper.h
sources/shiboken6/libshiboken/pep384_issue33738.cpp [deleted file]
sources/shiboken6/libshiboken/pep384impl.cpp
sources/shiboken6/libshiboken/pep384impl.h
sources/shiboken6/libshiboken/sbkarrayconverter.cpp
sources/shiboken6/libshiboken/sbkarrayconverter.h
sources/shiboken6/libshiboken/sbkarrayconverter_p.h
sources/shiboken6/libshiboken/sbkcontainer.cpp
sources/shiboken6/libshiboken/sbkcontainer.h
sources/shiboken6/libshiboken/sbkconverter.cpp
sources/shiboken6/libshiboken/sbkconverter.h
sources/shiboken6/libshiboken/sbkconverter_p.h
sources/shiboken6/libshiboken/sbkenum.cpp
sources/shiboken6/libshiboken/sbkenum.h
sources/shiboken6/libshiboken/sbkenum_p.h [deleted file]
sources/shiboken6/libshiboken/sbkerrors.cpp
sources/shiboken6/libshiboken/sbkerrors.h
sources/shiboken6/libshiboken/sbkfeature_base.cpp
sources/shiboken6/libshiboken/sbkmodule.h
sources/shiboken6/libshiboken/sbknumpyarrayconverter.cpp
sources/shiboken6/libshiboken/sbknumpyview.cpp
sources/shiboken6/libshiboken/sbknumpyview.h
sources/shiboken6/libshiboken/sbksmartpointer.cpp [new file with mode: 0644]
sources/shiboken6/libshiboken/sbksmartpointer.h [new file with mode: 0644]
sources/shiboken6/libshiboken/sbkstaticstrings.cpp
sources/shiboken6/libshiboken/sbkstring.cpp
sources/shiboken6/libshiboken/sbkstring.h
sources/shiboken6/libshiboken/sbktypefactory.cpp
sources/shiboken6/libshiboken/sbkwindows.h [new file with mode: 0644]
sources/shiboken6/libshiboken/shiboken.h
sources/shiboken6/libshiboken/signature.h
sources/shiboken6/libshiboken/signature/signature.cpp
sources/shiboken6/libshiboken/signature/signature_extend.cpp
sources/shiboken6/libshiboken/signature/signature_globals.cpp
sources/shiboken6/libshiboken/signature/signature_helper.cpp
sources/shiboken6/libshiboken/signature_p.h
sources/shiboken6/libshiboken/voidptr.cpp
sources/shiboken6/shibokenmodule/CMakeLists.txt
sources/shiboken6/shibokenmodule/Shiboken.pyi
sources/shiboken6/shibokenmodule/_config.py.in
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/feature.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/errorhandler.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/lib/enum_sig.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/lib/pyi_generator.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/loader.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/mapping.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/parser.py
sources/shiboken6/shibokenmodule/typesystem_shiboken.xml
sources/shiboken6/tests/CMakeLists.txt
sources/shiboken6/tests/dumpcodemodel/CMakeLists.txt
sources/shiboken6/tests/dumpcodemodel/main.cpp
sources/shiboken6/tests/libminimal/CMakeLists.txt
sources/shiboken6/tests/libminimal/containeruser.cpp [new file with mode: 0644]
sources/shiboken6/tests/libminimal/containeruser.h [new file with mode: 0644]
sources/shiboken6/tests/libminimal/libminimalmacros.h
sources/shiboken6/tests/libminimal/listuser.cpp
sources/shiboken6/tests/libminimal/listuser.h
sources/shiboken6/tests/libminimal/minbool.h
sources/shiboken6/tests/libminimal/obj.cpp
sources/shiboken6/tests/libminimal/obj.h
sources/shiboken6/tests/libminimal/spanuser.cpp [new file with mode: 0644]
sources/shiboken6/tests/libminimal/spanuser.h [new file with mode: 0644]
sources/shiboken6/tests/libminimal/val.h
sources/shiboken6/tests/libother/CMakeLists.txt
sources/shiboken6/tests/libother/extendsnoimplicitconversion.h
sources/shiboken6/tests/libother/number.cpp
sources/shiboken6/tests/libother/number.h
sources/shiboken6/tests/libother/otherderived.cpp
sources/shiboken6/tests/libother/otherderived.h
sources/shiboken6/tests/libother/othermultiplederived.cpp
sources/shiboken6/tests/libother/othermultiplederived.h
sources/shiboken6/tests/libother/otherobjecttype.cpp
sources/shiboken6/tests/libother/otherobjecttype.h
sources/shiboken6/tests/libother/smartptrtester.cpp
sources/shiboken6/tests/libsample/CMakeLists.txt
sources/shiboken6/tests/libsample/abstract.cpp
sources/shiboken6/tests/libsample/abstract.h
sources/shiboken6/tests/libsample/blackbox.cpp
sources/shiboken6/tests/libsample/blackbox.h
sources/shiboken6/tests/libsample/bucket.cpp
sources/shiboken6/tests/libsample/bucket.h
sources/shiboken6/tests/libsample/bytearray.cpp
sources/shiboken6/tests/libsample/bytearray.h
sources/shiboken6/tests/libsample/collector.cpp
sources/shiboken6/tests/libsample/collector.h
sources/shiboken6/tests/libsample/complex.cpp
sources/shiboken6/tests/libsample/complex.h
sources/shiboken6/tests/libsample/ctorconvrule.h
sources/shiboken6/tests/libsample/cvlist.h
sources/shiboken6/tests/libsample/derived.cpp
sources/shiboken6/tests/libsample/derived.h
sources/shiboken6/tests/libsample/echo.h
sources/shiboken6/tests/libsample/expression.cpp
sources/shiboken6/tests/libsample/expression.h
sources/shiboken6/tests/libsample/filter.cpp
sources/shiboken6/tests/libsample/filter.h
sources/shiboken6/tests/libsample/functions.cpp
sources/shiboken6/tests/libsample/functions.h
sources/shiboken6/tests/libsample/handle.cpp
sources/shiboken6/tests/libsample/handle.h
sources/shiboken6/tests/libsample/implicitconv.cpp
sources/shiboken6/tests/libsample/implicitconv.h
sources/shiboken6/tests/libsample/injectcode.cpp
sources/shiboken6/tests/libsample/injectcode.h
sources/shiboken6/tests/libsample/list.h
sources/shiboken6/tests/libsample/listuser.cpp
sources/shiboken6/tests/libsample/listuser.h
sources/shiboken6/tests/libsample/main.cpp
sources/shiboken6/tests/libsample/mapuser.cpp
sources/shiboken6/tests/libsample/mapuser.h
sources/shiboken6/tests/libsample/modelindex.h
sources/shiboken6/tests/libsample/modifications.cpp
sources/shiboken6/tests/libsample/modifications.h
sources/shiboken6/tests/libsample/modified_constructor.cpp
sources/shiboken6/tests/libsample/modified_constructor.h
sources/shiboken6/tests/libsample/multiple_derived.cpp
sources/shiboken6/tests/libsample/multiple_derived.h
sources/shiboken6/tests/libsample/noimplicitconversion.h
sources/shiboken6/tests/libsample/nondefaultctor.h
sources/shiboken6/tests/libsample/nontypetemplate.h
sources/shiboken6/tests/libsample/null.h
sources/shiboken6/tests/libsample/objectmodel.cpp
sources/shiboken6/tests/libsample/objectmodel.h
sources/shiboken6/tests/libsample/objecttype.cpp
sources/shiboken6/tests/libsample/objecttype.h
sources/shiboken6/tests/libsample/objecttypebyvalue.h
sources/shiboken6/tests/libsample/objecttypeholder.cpp
sources/shiboken6/tests/libsample/objecttypeholder.h
sources/shiboken6/tests/libsample/objecttypelayout.cpp
sources/shiboken6/tests/libsample/objecttypelayout.h
sources/shiboken6/tests/libsample/objecttypeoperators.cpp
sources/shiboken6/tests/libsample/objecttypeoperators.h
sources/shiboken6/tests/libsample/objectview.cpp
sources/shiboken6/tests/libsample/objectview.h
sources/shiboken6/tests/libsample/oddbool.cpp
sources/shiboken6/tests/libsample/oddbool.h
sources/shiboken6/tests/libsample/onlycopy.cpp
sources/shiboken6/tests/libsample/onlycopy.h
sources/shiboken6/tests/libsample/overload.cpp
sources/shiboken6/tests/libsample/overload.h
sources/shiboken6/tests/libsample/overloadsort.h
sources/shiboken6/tests/libsample/pairuser.cpp
sources/shiboken6/tests/libsample/pairuser.h
sources/shiboken6/tests/libsample/pen.cpp
sources/shiboken6/tests/libsample/pen.h
sources/shiboken6/tests/libsample/photon.cpp
sources/shiboken6/tests/libsample/photon.h
sources/shiboken6/tests/libsample/point.cpp
sources/shiboken6/tests/libsample/point.h
sources/shiboken6/tests/libsample/pointerholder.h
sources/shiboken6/tests/libsample/pointf.cpp
sources/shiboken6/tests/libsample/pointf.h
sources/shiboken6/tests/libsample/polygon.cpp
sources/shiboken6/tests/libsample/polygon.h
sources/shiboken6/tests/libsample/privatector.h
sources/shiboken6/tests/libsample/privatedtor.h
sources/shiboken6/tests/libsample/protected.h
sources/shiboken6/tests/libsample/rect.h
sources/shiboken6/tests/libsample/reference.cpp
sources/shiboken6/tests/libsample/reference.h
sources/shiboken6/tests/libsample/removednamespaces.h
sources/shiboken6/tests/libsample/sample.cpp
sources/shiboken6/tests/libsample/sample.h
sources/shiboken6/tests/libsample/samplenamespace.cpp
sources/shiboken6/tests/libsample/samplenamespace.h
sources/shiboken6/tests/libsample/sbkdate.h
sources/shiboken6/tests/libsample/simplefile.cpp
sources/shiboken6/tests/libsample/simplefile.h
sources/shiboken6/tests/libsample/size.cpp
sources/shiboken6/tests/libsample/size.h
sources/shiboken6/tests/libsample/sometime.cpp
sources/shiboken6/tests/libsample/sometime.h
sources/shiboken6/tests/libsample/stdcomplex.cpp [new file with mode: 0644]
sources/shiboken6/tests/libsample/stdcomplex.h [new file with mode: 0644]
sources/shiboken6/tests/libsample/str.cpp
sources/shiboken6/tests/libsample/str.h
sources/shiboken6/tests/libsample/strlist.cpp
sources/shiboken6/tests/libsample/strlist.h
sources/shiboken6/tests/libsample/templateptr.h
sources/shiboken6/tests/libsample/transform.cpp
sources/shiboken6/tests/libsample/transform.h
sources/shiboken6/tests/libsample/valueandvirtual.h
sources/shiboken6/tests/libsample/virtualmethods.cpp
sources/shiboken6/tests/libsample/virtualmethods.h
sources/shiboken6/tests/libsample/voidholder.h
sources/shiboken6/tests/libsmart/CMakeLists.txt
sources/shiboken6/tests/libsmart/smart.h
sources/shiboken6/tests/libsmart/smart_integer.h
sources/shiboken6/tests/libsmart/smart_obj.h
sources/shiboken6/tests/libsmart/smart_sharedptr.h
sources/shiboken6/tests/libsmart/smart_test.h [new file with mode: 0644]
sources/shiboken6/tests/minimalbinding/CMakeLists.txt
sources/shiboken6/tests/minimalbinding/containeruser_test.py [new file with mode: 0644]
sources/shiboken6/tests/minimalbinding/global.h
sources/shiboken6/tests/minimalbinding/listuser_test.py
sources/shiboken6/tests/minimalbinding/minimalbinding.pyproject [new file with mode: 0644]
sources/shiboken6/tests/minimalbinding/spanuser_test.py [new file with mode: 0644]
sources/shiboken6/tests/minimalbinding/typesystem_minimal.xml
sources/shiboken6/tests/otherbinding/CMakeLists.txt
sources/shiboken6/tests/otherbinding/otherbinding.pyproject [new file with mode: 0644]
sources/shiboken6/tests/otherbinding/typesystem_other.xml
sources/shiboken6/tests/qtxmltosphinx/CMakeLists.txt
sources/shiboken6/tests/qtxmltosphinxtest/CMakeLists.txt
sources/shiboken6/tests/qtxmltosphinxtest/qtxmltosphinxtest.cpp
sources/shiboken6/tests/qtxmltosphinxtest/qtxmltosphinxtest.h
sources/shiboken6/tests/samplebinding/CMakeLists.txt
sources/shiboken6/tests/samplebinding/derived_test.py
sources/shiboken6/tests/samplebinding/enum_test.py
sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py
sources/shiboken6/tests/samplebinding/global.h
sources/shiboken6/tests/samplebinding/modifications_test.py
sources/shiboken6/tests/samplebinding/multi_cpp_inheritance_test.py
sources/shiboken6/tests/samplebinding/namespace_test.py
sources/shiboken6/tests/samplebinding/pointerprimitivetype_test.py
sources/shiboken6/tests/samplebinding/primitivereferenceargument_test.py
sources/shiboken6/tests/samplebinding/sample_test.py
sources/shiboken6/tests/samplebinding/samplebinding.pyproject [new file with mode: 0644]
sources/shiboken6/tests/samplebinding/samplesnippets.cpp
sources/shiboken6/tests/samplebinding/stdcomplex_test.py [new file with mode: 0644]
sources/shiboken6/tests/samplebinding/typeconverters_test.py
sources/shiboken6/tests/samplebinding/typesystem_sample.xml
sources/shiboken6/tests/samplebinding/useraddedctor_test.py
sources/shiboken6/tests/smartbinding/CMakeLists.txt
sources/shiboken6/tests/smartbinding/smart_pointer_test.py
sources/shiboken6/tests/smartbinding/smartbinding.pyproject [new file with mode: 0644]
sources/shiboken6/tests/smartbinding/std_shared_ptr_test.py
sources/shiboken6/tests/smartbinding/typesystem_smart.xml
sources/shiboken6/tests/test_generator/CMakeLists.txt
sources/shiboken6/tests/test_generator/run_test.cmake
testing/runner.py
testing/wheel_tester.py
tools/checklibs.py
tools/create_changelog.py
tools/cross_compile_android/android_utilities.py [new file with mode: 0644]
tools/cross_compile_android/main.py [new file with mode: 0644]
tools/cross_compile_android/requirements.txt [new file with mode: 0644]
tools/cross_compile_android/templates/cross_compile.tmpl.sh [new file with mode: 0644]
tools/cross_compile_android/templates/toolchain_default.tmpl.cmake [new file with mode: 0644]
tools/doc_modules.py
tools/example_gallery/main.py
tools/missing_bindings-requirements.txt [deleted file]
tools/missing_bindings/config.py
tools/missing_bindings/main.py
tools/missing_bindings/requirements.txt
tools/snippets_translate/converter.py
tools/snippets_translate/handlers.py
tools/snippets_translate/main.py
tools/snippets_translate/tests/test_converter.py
tools/snippets_translate/tests/test_snippets.py
wheel_artifacts/pyproject.toml [deleted file]
wheel_artifacts/pyproject.toml.base [new file with mode: 0644]
wheel_artifacts/setup.cfg.base [deleted file]
wheel_artifacts/setup.py.base